public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH 0/7] drivers: net: fsl-mc: cleanup coding style
@ 2023-01-05 15:03 Ioana Ciornei
  2023-01-05 15:03 ` [PATCH 1/7] drivers: net: fsl-mc: remove useless assignment of variable Ioana Ciornei
                   ` (6 more replies)
  0 siblings, 7 replies; 18+ messages in thread
From: Ioana Ciornei @ 2023-01-05 15:03 UTC (permalink / raw)
  To: joe.hershberger, rfried.dev, sjg, peng.fan, u-boot; +Cc: Ioana Ciornei

This patch set tries to cleanup the mc.c source file a bit.

The first two patches remove an useless assignment and a brake
statement. Then we fix some debug logs by making sure that we do not
print decimal values with a 0x prefix.

Patches 4-7 just clean-up the coding style a bit and also some of the
checkpatch warnings.

Ioana Ciornei (7):
  drivers: net: fsl-mc: remove useless assignment of variable
  drivers: net: fsl-mc: remove an useless break statement
  drivers: net: fsl-mc: do not prefix decimal values with 0x
  drivers: net: fsl-mc: remove the initialisation of global variables
  drivers: net: fsl-mc: remove explicit cast
  drivers: net: fsl-mc: align parameters to the open paranthesis
  drivers: net: fsl-mc: do not use multiple blank lines

 drivers/net/fsl-mc/mc.c | 55 +++++++++++++++++------------------------
 1 file changed, 23 insertions(+), 32 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2023-02-03 18:21 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-05 15:03 [PATCH 0/7] drivers: net: fsl-mc: cleanup coding style Ioana Ciornei
2023-01-05 15:03 ` [PATCH 1/7] drivers: net: fsl-mc: remove useless assignment of variable Ioana Ciornei
2023-01-10 17:04   ` Ramon Fried
2023-01-12 10:57     ` Ioana Ciornei
2023-01-12 19:01       ` Ramon Fried
2023-02-03 18:20   ` Tom Rini
2023-01-05 15:03 ` [PATCH 2/7] drivers: net: fsl-mc: remove an useless break statement Ioana Ciornei
2023-01-10 17:05   ` Ramon Fried
2023-01-05 15:03 ` [PATCH 3/7] drivers: net: fsl-mc: do not prefix decimal values with 0x Ioana Ciornei
2023-01-10 17:05   ` Ramon Fried
2023-01-05 15:03 ` [PATCH 4/7] drivers: net: fsl-mc: remove the initialisation of global variables Ioana Ciornei
2023-01-10 17:07   ` Ramon Fried
2023-01-05 15:03 ` [PATCH 5/7] drivers: net: fsl-mc: remove explicit cast Ioana Ciornei
2023-01-10 17:08   ` Ramon Fried
2023-01-05 15:03 ` [PATCH 6/7] drivers: net: fsl-mc: align parameters to the open paranthesis Ioana Ciornei
2023-01-10 17:08   ` Ramon Fried
2023-01-05 15:03 ` [PATCH 7/7] drivers: net: fsl-mc: do not use multiple blank lines Ioana Ciornei
2023-01-10 17:08   ` Ramon Fried

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox