diff options
author | Rong Tao <[email protected]> | 2022-12-21 20:36:27 +0800 |
---|---|---|
committer | Jakub Kicinski <[email protected]> | 2022-12-22 18:18:37 -0800 |
commit | 7fac54b93ad13e5e7ac237af33eb2a0940eaeea0 (patch) | |
tree | 42bc671367355d269a1c3d723745e732645dbbd2 | |
parent | 8d8bee13ae9e316443c6666286360126a19c8d94 (diff) |
atm: uapi: fix spelling typos in comments
Fix the typo of 'Unsuported' in atmbr2684.h
Signed-off-by: Rong Tao <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jakub Kicinski <[email protected]>
-rw-r--r-- | include/uapi/linux/atmbr2684.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/uapi/linux/atmbr2684.h b/include/uapi/linux/atmbr2684.h index a9e2250cd720..d47c47d06f11 100644 --- a/include/uapi/linux/atmbr2684.h +++ b/include/uapi/linux/atmbr2684.h @@ -38,7 +38,7 @@ */ #define BR2684_ENCAPS_VC (0) /* VC-mux */ #define BR2684_ENCAPS_LLC (1) -#define BR2684_ENCAPS_AUTODETECT (2) /* Unsuported */ +#define BR2684_ENCAPS_AUTODETECT (2) /* Unsupported */ /* * Is this VC bridged or routed? |