]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
staging: rtl8192u: fix newlines in r819xU_phy.c
authorXenia Ragiadakou <burzalodowa@gmail.com>
Mon, 24 Jun 2013 23:28:57 +0000 (02:28 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 24 Jun 2013 23:44:59 +0000 (16:44 -0700)
commit0081fcc646d1fc1c24734dbd68923a21261d3c8d
tree2752a59e44e31e04d194041b0be9ca1828d51c90
parentfbd88336660ef7e85905af17a72e1112d924d41c
staging: rtl8192u: fix newlines in r819xU_phy.c

This patch fixes the newlines by:
- adding a newline after variables declarations.
- removing the newlines following the return statement.
- removing the newlines between function header comments
  and function definitions.
- adding one newline between function definitions.
- adding a newline at the end of RT_TRACE messages.

This was done to improve code's and logmessages'
readability.

Signed-off-by: Xenia Ragiadakou <burzalodowa@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8192u/r819xU_phy.c