[PATCH 0/7] drivers: net: fsl-mc: cleanup coding style
    Ioana Ciornei 
    ioana.ciornei at nxp.com
       
    Thu Jan  5 16:03:14 CET 2023
    
    
  
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
    
    
More information about the U-Boot
mailing list