diff options
Diffstat (limited to 'net/llc/af_llc.c')
-rw-r--r-- | net/llc/af_llc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/llc/af_llc.c b/net/llc/af_llc.c index fe5453c3e719..f6fe4d400502 100644 --- a/net/llc/af_llc.c +++ b/net/llc/af_llc.c | |||
@@ -1024,7 +1024,7 @@ static int llc_ui_ioctl(struct socket *sock, unsigned int cmd, | |||
1024 | * @sock: Socket to set options on. | 1024 | * @sock: Socket to set options on. |
1025 | * @level: Socket level user is requesting operations on. | 1025 | * @level: Socket level user is requesting operations on. |
1026 | * @optname: Operation name. | 1026 | * @optname: Operation name. |
1027 | * @optval User provided operation data. | 1027 | * @optval: User provided operation data. |
1028 | * @optlen: Length of optval. | 1028 | * @optlen: Length of optval. |
1029 | * | 1029 | * |
1030 | * Set various connection specific parameters. | 1030 | * Set various connection specific parameters. |