[PATCH 0/7] Cleanup patches for bcm staging driver

Matthias Beyer mail at beyermatthias.de
Tue Jun 10 18:55:35 UTC 2014


Hi,

I did some cleanup patches on the

    drivers/staging/bcm/InterfaceInit.c

file. I hope you like them.

The cleanup contains:

    * Line shortenings
    * Merging of multi-line statements which fit in one line
    * Replacing member-accessing with variables
    * Outsourcing a code junk into a seperate function

Please notice: I cannot test these patches. I compiled them successfully, but
for testing I do not have the appropriate hardware.

Kind regards,
Matthias Beyer

Matthias Beyer (7):
  Staging: bcm: Shortened some lines
  Staging: bcm: replaced member accessing by variable
  Staging: bcm: Replaced member accessing with variable in device_run()
  Staging: bcm: Replaced member accessing with variable in
    InterfaceAdapterInit()
  Staging: bcm: Merged some lines which got shorter by the latest patch
  Staging: bcm: Outsourced selecting of alternate setting
  Staging: bcm: Shortened some lines in
    select_alternate_setting_for_highspeed_modem()

 drivers/staging/bcm/InterfaceInit.c | 284 ++++++++++++++++++------------------
 1 file changed, 141 insertions(+), 143 deletions(-)

-- 
2.0.0



More information about the devel mailing list