]> git.baikalelectronics.ru Git - kernel.git/commit
tipc: compress out gratuitous extra carriage returns
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Mon, 30 Apr 2012 19:29:02 +0000 (15:29 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Mon, 30 Apr 2012 19:53:56 +0000 (15:53 -0400)
commit7102caf1c0260378edc12075790682eaa3a33203
tree03908b63390eae5046618595b29f9ff30aea667a
parenta0d222e36370b21e3d6e3b85fcff44f02f6cf773
tipc: compress out gratuitous extra carriage returns

Some of the comment blocks are floating in limbo between two
functions, or between blocks of code.  Delete the extra line
feeds between any comment and its associated following block
of code, to be consistent with the majority of the rest of
the kernel.  Also delete trailing newlines at EOF and fix
a couple trivial typos in existing comments.

This is a 100% cosmetic change with no runtime impact.  We get
rid of over 500 lines of non-code, and being blank line deletes,
they won't even show up as noise in git blame.

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
32 files changed:
net/tipc/Makefile
net/tipc/addr.c
net/tipc/addr.h
net/tipc/bcast.c
net/tipc/bcast.h
net/tipc/bearer.c
net/tipc/bearer.h
net/tipc/config.c
net/tipc/core.c
net/tipc/core.h
net/tipc/discover.c
net/tipc/eth_media.c
net/tipc/handler.c
net/tipc/link.c
net/tipc/link.h
net/tipc/log.c
net/tipc/log.h
net/tipc/msg.c
net/tipc/msg.h
net/tipc/name_distr.c
net/tipc/name_table.c
net/tipc/name_table.h
net/tipc/node.c
net/tipc/node.h
net/tipc/node_subscr.c
net/tipc/node_subscr.h
net/tipc/port.c
net/tipc/port.h
net/tipc/ref.c
net/tipc/socket.c
net/tipc/subscr.c
net/tipc/subscr.h