summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHemanth Selam <hemanth.selam@gmail.com>2026-09-04 18:06:37 +0530
committerJakub Kicinski <kuba@kernel.org>2026-09-07 17:59:15 -0700
commitbc6fe9d301d59fe5cb236d646abe792bffae5fa6 (patch)
tree129ba0be4702e60bb1ae66515fa25cab5be4f909
parent39fdc543a05b9805368e209387a91463c61f6cb3 (diff)
downloadlinux-next-bc6fe9d301d59fe5cb236d646abe792bffae5fa6.tar.gz
linux-next-bc6fe9d301d59fe5cb236d646abe792bffae5fa6.zip
atm: fix typo "protcol" in comment
Correct "protcol" to "protocol", reported by scripts/checkpatch.pl using the misspelling list in scripts/spelling.txt. Only touches comments, no code changes. Signed-off-by: Hemanth Selam <hemanth.selam@gmail.com> Link: https://patch.msgid.link/20260904123638.39273-1-hemanth.selam@gmail.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
-rw-r--r--include/uapi/linux/atm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/uapi/linux/atm.h b/include/uapi/linux/atm.h
index 95ebdcf4fe88..7a3789f39f52 100644
--- a/include/uapi/linux/atm.h
+++ b/include/uapi/linux/atm.h
@@ -39,7 +39,7 @@
#define ATM_MAX_VCI 65535 /* maximum VCI */
-/* "protcol" values for the socket system call */
+/* "protocol" values for the socket system call */
#define ATM_NO_AAL 0 /* AAL not specified */
#define ATM_AAL0 13 /* "raw" ATM cells */
#define ATM_AAL1 1 /* AAL1 (CBR) */