]> git.baikalelectronics.ru Git - kernel.git/commit
net/ipv4/tcp.c: Fix use of PULLHUP instead of POLLHUP in comments.
authorWill Newton <will.newton@gmail.com>
Thu, 17 Jul 2008 03:13:43 +0000 (20:13 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 17 Jul 2008 03:13:43 +0000 (20:13 -0700)
commit9ad2905f3c4d236f601caf452eaf4e51733035e3
treec95c8cb7f7fe985d99bc01a0f35bc474681fb75b
parenta0eb626e97dfa4eea52598f8b04ad5676ba8e82b
net/ipv4/tcp.c: Fix use of PULLHUP instead of POLLHUP in comments.

Change PULLHUP to POLLHUP in tcp_poll comments and clean up another
comment for grammar and coding style.

Signed-off-by: Will Newton <will.newton@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/tcp.c