mbox series

[net-next,00/10] net: wan: clean up some code style issues

Message ID 1622029495-30357-1-git-send-email-huangguangbin2@huawei.com (mailing list archive)
Headers show
Series net: wan: clean up some code style issues | expand

Message

Guangbin Huang May 26, 2021, 11:44 a.m. UTC
This patchset clean up some code style issues.

Peng Li (10):
  net: wan: remove redundant blank lines
  net: wan: add blank line after declarations
  net: wan: fix an code style issue about "foo* bar"
  net: wan: add some required spaces
  net: wan: move out assignment in if condition
  net: wan: code indent use tabs where possible
  net: wan: remove space after '!'
  net: wan: add braces {} to all arms of the statement
  net: wan: remove redundant braces {}
  net: wan: remove unnecessary out of memory message

 drivers/net/wan/hdlc_fr.c | 101 ++++++++++++++++------------------------------
 1 file changed, 34 insertions(+), 67 deletions(-)