[PATCH] iSeries: start cleanup of headers
Stephen Rothwell
sfr at canb.auug.org.au
Wed Jun 1 18:14:55 EST 2005
Hi all,
I am endeavouring to make the iSeries header files look more "Linux like".
This first patch just does white space cleanups, comment cleanups and
some simple code reformatting. There are no semantic changes in here.
I also remove one header that was only declaring a function that no longer
exists.
Comments? If none, I will send this to Andrew soon and will base more
patches on this beginning. (Yes, that means more StudleyCaps removal :-))
The patch is too large for the list, so you can get it here:
http://ozlabs.org/~sfr/iSeries_include.1.diff
arch/ppc64/kernel/iSeries_proc.c | 1
arch/ppc64/kernel/iSeries_setup.c | 1
arch/ppc64/kernel/viopath.c | 1
include/asm-ppc64/iSeries/HvCall.h | 100 ++---
include/asm-ppc64/iSeries/HvCallCfg.h | 177 +++------
include/asm-ppc64/iSeries/HvCallEvent.h | 94 +----
include/asm-ppc64/iSeries/HvCallHpt.h | 128 ++----
include/asm-ppc64/iSeries/HvCallPci.h | 486 +++++++++-----------------
include/asm-ppc64/iSeries/HvCallSc.h | 38 +-
include/asm-ppc64/iSeries/HvCallSm.h | 36 -
include/asm-ppc64/iSeries/HvCallXm.h | 114 ++----
include/asm-ppc64/iSeries/HvLpConfig.h | 294 ++++++++-------
include/asm-ppc64/iSeries/HvLpEvent.h | 122 +++---
include/asm-ppc64/iSeries/HvReleaseData.h | 76 +---
include/asm-ppc64/iSeries/HvTypes.h | 112 ++---
include/asm-ppc64/iSeries/IoHriMainStore.h | 33 -
include/asm-ppc64/iSeries/IoHriProcessorVpd.h | 30 -
include/asm-ppc64/iSeries/ItExtVpdPanel.h | 52 +-
include/asm-ppc64/iSeries/ItIplParmsReal.h | 97 ++---
include/asm-ppc64/iSeries/ItLpNaca.h | 44 --
include/asm-ppc64/iSeries/ItLpQueue.h | 74 +--
include/asm-ppc64/iSeries/ItLpRegSave.h | 41 +-
include/asm-ppc64/iSeries/ItSpCommArea.h | 10
include/asm-ppc64/iSeries/ItVpdAreas.h | 121 +++---
include/asm-ppc64/iSeries/LparData.h | 27 -
include/asm-ppc64/iSeries/LparMap.h | 42 +-
include/asm-ppc64/iSeries/XmPciLpEvent.h | 15
include/asm-ppc64/iSeries/iSeries_io.h | 59 +--
include/asm-ppc64/iSeries/iSeries_irq.h | 18
include/asm-ppc64/iSeries/iSeries_pci.h | 161 ++++----
include/asm-ppc64/iSeries/iSeries_proc.h | 24 -
include/asm-ppc64/iSeries/mf.h | 5
include/asm-ppc64/iSeries/vio.h | 57 +--
33 files changed, 1153 insertions(+), 1537 deletions(-)
--
Cheers,
Stephen Rothwell sfr at canb.auug.org.au
http://www.canb.auug.org.au/~sfr/
More information about the Linuxppc64-dev
mailing list