aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2021-10-05 11:32:56 +0100
committerDavid S. Miller <davem@davemloft.net>2021-10-05 11:34:17 +0100
commitfb8ece514d388a2300346f23ffd8bcf8cf3a1d50 (patch)
treeb8d881179512dea0506bc0408a289a8ecf42839c
parentMerge branch 'phy-10g-mode-helper' (diff)
downloadlinux-dev-fb8ece514d388a2300346f23ffd8bcf8cf3a1d50.tar.xz
linux-dev-fb8ece514d388a2300346f23ffd8bcf8cf3a1d50.zip
sparc: Fix typo.
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r--arch/sparc/include/uapi/asm/socket.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sparc/include/uapi/asm/socket.h b/arch/sparc/include/uapi/asm/socket.h
index 082578b00cdd..2672dd03faf3 100644
--- a/arch/sparc/include/uapi/asm/socket.h
+++ b/arch/sparc/include/uapi/asm/socket.h
@@ -124,7 +124,7 @@
#define SO_BUF_LOCK 0x0051
-#define SO_RESEVE_MEM 0x0052
+#define SO_RESERVE_MEM 0x0052
#if !defined(__KERNEL__)