Message ID | 20170905055202.8216-1-joel@jms.id.au |
---|---|
Headers | show |
Series | Checkpatch fixes | expand |
On Tue, 2017-09-05 at 15:51 +1000, Joel Stanley wrote: > Hi Stewart, > > In an effort to game the commit numbers I have run checkpatch against the hw > directory of skiboot. Please consider merging this series to fix the > whitespace > issues uncovered. > > There are to non-whitespace changes which remove the unnecessary > initialisation > of static variables. "Unfortunately I can't fault this." Reviewed-by: Michael Neuling <mikey@neuling.org> > Cheers, > > Joel > > Joel Stanley (25): > hw/bt: Remove space before tab in comment > hw/bt: Add space between while and ( > hw/cec: Remove space before tab in comment > hw/centaur: Remove space before tab in comment > hw/centaur: Fix whitespace around comment > hw/chiptod: Remove space before tab in comment > hw/chiptod: Put a space after comma in arguments > hw/chiptod: Fix dt props to include comma before string > hw/chiptod: have a space between while and open paren > hw/chiptod: Fix tabs in opal_resync_timebase > hw/fake-nvram: Fix space between if and open paren > hw/fake-rtc: Remove space before tab in comment > hw/fake-nvram: Remove space before tab in comment > hw/fsi-master: Remove space before tab in comment > hw/homer.c: Remove space before tab in comment > hw/lpc: Fix tabs in base definitions > hw/fsi-master: Fix whitespace before mfsi_opb_write calls > hw/fsi-master: Fix other coding whitespace issues > hw/fsi-master: Add tabs before comment strings > hw/gx: Remove space before tab in comment > hw/gx: Add space between switch and open paren > hw/fake-nvram: Remove init of static variable to null > hw/bt: Remove init of static variable to false > hw/chiptod: Fix strange indentation in chiptod_probe > hw/chiptod: Fix indentation in opal_resync_timebase > > hw/bt.c | 6 +++--- > hw/cec.c | 2 +- > hw/centaur.c | 12 ++++++------ > hw/chiptod.c | 48 ++++++++++++++++++++++++------------------------ > hw/fake-nvram.c | 10 +++++----- > hw/fake-rtc.c | 2 +- > hw/fsi-master.c | 32 ++++++++++++++++---------------- > hw/gx.c | 8 ++++---- > hw/homer.c | 2 +- > hw/lpc.c | 8 ++++---- > 10 files changed, 65 insertions(+), 65 deletions(-) >
On Tue, 2017-09-05 at 15:51 +1000, Joel Stanley wrote: > Hi Stewart, > > In an effort to game the commit numbers I have run checkpatch against the hw > directory of skiboot. Please consider merging this series to fix the > whitespace > issues uncovered. > > There are to non-whitespace changes which remove the unnecessary > initialisation > of static variables. Reviewed-by: Russell Currey <ruscur@russell.cc> Hi Stewart, Responding to each invididual patch seemed excessive, but I am doing that in spirit; if you could please count this as 25 individual "Reviewed-by"s for contributor statistics, that would be great. - Russell > > Cheers, > > Joel > > Joel Stanley (25): > hw/bt: Remove space before tab in comment > hw/bt: Add space between while and ( > hw/cec: Remove space before tab in comment > hw/centaur: Remove space before tab in comment > hw/centaur: Fix whitespace around comment > hw/chiptod: Remove space before tab in comment > hw/chiptod: Put a space after comma in arguments > hw/chiptod: Fix dt props to include comma before string > hw/chiptod: have a space between while and open paren > hw/chiptod: Fix tabs in opal_resync_timebase > hw/fake-nvram: Fix space between if and open paren > hw/fake-rtc: Remove space before tab in comment > hw/fake-nvram: Remove space before tab in comment > hw/fsi-master: Remove space before tab in comment > hw/homer.c: Remove space before tab in comment > hw/lpc: Fix tabs in base definitions > hw/fsi-master: Fix whitespace before mfsi_opb_write calls > hw/fsi-master: Fix other coding whitespace issues > hw/fsi-master: Add tabs before comment strings > hw/gx: Remove space before tab in comment > hw/gx: Add space between switch and open paren > hw/fake-nvram: Remove init of static variable to null > hw/bt: Remove init of static variable to false > hw/chiptod: Fix strange indentation in chiptod_probe > hw/chiptod: Fix indentation in opal_resync_timebase > > hw/bt.c | 6 +++--- > hw/cec.c | 2 +- > hw/centaur.c | 12 ++++++------ > hw/chiptod.c | 48 ++++++++++++++++++++++++------------------------ > hw/fake-nvram.c | 10 +++++----- > hw/fake-rtc.c | 2 +- > hw/fsi-master.c | 32 ++++++++++++++++---------------- > hw/gx.c | 8 ++++---- > hw/homer.c | 2 +- > hw/lpc.c | 8 ++++---- > 10 files changed, 65 insertions(+), 65 deletions(-) >
Russell Currey <ruscur@russell.cc> writes: > On Tue, 2017-09-05 at 15:51 +1000, Joel Stanley wrote: >> Hi Stewart, >> >> In an effort to game the commit numbers I have run checkpatch against the hw >> directory of skiboot. Please consider merging this series to fix the >> whitespace >> issues uncovered. >> >> There are to non-whitespace changes which remove the unnecessary >> initialisation >> of static variables. > > Reviewed-by: Russell Currey <ruscur@russell.cc> > > Hi Stewart, > > Responding to each invididual patch seemed excessive, but I am doing that in > spirit; if you could please count this as 25 individual "Reviewed-by"s for > contributor statistics, that would be great. So it turns out that it spite of IBM's best efforts, I did actually get your mail - so the wonderful insanity of Reviewed-by for whitespace fixes continues!
Joel Stanley <joel@jms.id.au> writes: > In an effort to game the commit numbers I have run checkpatch against the hw > directory of skiboot. Please consider merging this series to fix the whitespace > issues uncovered. > > There are to non-whitespace changes which remove the unnecessary initialisation > of static variables. Merged to master as of bf1751cc6b4b9cbfb4b476ce776b0010f3137c0d. Yeah, with the insane Reviewed-by tags and the whole git commit history. Gaming commit number status: success!