]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
sock: fix kernel doc error
authorJean Sacren <sakiwit@gmail.com>
Fri, 28 Aug 2015 00:05:49 +0000 (18:05 -0600)
committerDavid S. Miller <davem@davemloft.net>
Fri, 28 Aug 2015 00:12:41 +0000 (17:12 -0700)
commit69dba9bbc50609f19ee89d62d5199c81fcbc74b2
tree18d17bf74574e2748a2b345cac237cf854424b99
parentb0f6446377e72bcabafe83d29bf6a2f6dd19d0b0
sock: fix kernel doc error

The symbol '__sk_reclaim' is not present in the current tree. Apparently
'__sk_reclaim' was meant to be '__sk_mem_reclaim', so fix it with the
right symbol name for the kernel doc.

Signed-off-by: Jean Sacren <sakiwit@gmail.com>
Cc: Hideo Aoki <haoki@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/sock.c