mbox series

[net-next,0/7] net: fix some coding style issues

Message ID 1617178714-14031-1-git-send-email-liweihang@huawei.com
Headers show
Series net: fix some coding style issues | expand

Message

Weihang Li March 31, 2021, 8:18 a.m. UTC
Do some cleanups according to the coding style of kernel, including wrong
print type, redundant and missing spaces and so on.

Yangyang Li (1):
  net: lpc_eth: fix format warnings of block comments

Yixing Liu (6):
  net: ena: fix inaccurate print type
  net: ena: remove extra words from comments
  net: amd8111e: fix inappropriate spaces
  net: amd: correct some format issues
  net: ocelot: fix a trailling format issue with block comments
  net: toshiba: fix the trailing format of some block comments

 drivers/net/ethernet/amazon/ena/ena_com.c    |   4 +-
 drivers/net/ethernet/amazon/ena/ena_netdev.c |   2 +-
 drivers/net/ethernet/amd/amd8111e.c          | 362 +++++++++++++--------------
 drivers/net/ethernet/amd/hplance.c           |   3 +
 drivers/net/ethernet/mscc/ocelot.c           |   3 +-
 drivers/net/ethernet/nxp/lpc_eth.c           |   9 +-
 drivers/net/ethernet/toshiba/spider_net.c    |  42 ++--
 drivers/net/ethernet/toshiba/tc35815.c       |   3 +-
 8 files changed, 221 insertions(+), 207 deletions(-)