netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/7] net: fix some coding style issues
@ 2021-03-31  8:18 Weihang Li
  2021-03-31  8:18 ` [PATCH net-next 1/7] net: ena: fix inaccurate print type Weihang Li
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Weihang Li @ 2021-03-31  8:18 UTC (permalink / raw)
  To: davem, kuba; +Cc: netdev, linuxarm, Weihang Li

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(-)

-- 
2.8.1


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2021-03-31 21:50 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-31  8:18 [PATCH net-next 0/7] net: fix some coding style issues Weihang Li
2021-03-31  8:18 ` [PATCH net-next 1/7] net: ena: fix inaccurate print type Weihang Li
2021-03-31  8:18 ` [PATCH net-next 2/7] net: ena: remove extra words from comments Weihang Li
2021-03-31  8:18 ` [PATCH net-next 3/7] net: amd8111e: fix inappropriate spaces Weihang Li
2021-03-31  8:18 ` [PATCH net-next 4/7] net: amd: correct some format issues Weihang Li
2021-03-31  8:18 ` [PATCH net-next 5/7] net: ocelot: fix a trailling format issue with block comments Weihang Li
2021-03-31  8:18 ` [PATCH net-next 6/7] net: toshiba: fix the trailing format of some " Weihang Li
2021-03-31  8:18 ` [PATCH net-next 7/7] net: lpc_eth: fix format warnings of " Weihang Li
2021-03-31 21:50 ` [PATCH net-next 0/7] net: fix some coding style issues patchwork-bot+netdevbpf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).