linux/arch/powerpc/platforms/82xx
Julia Lawall 08c6e3a578 arch/powerpc: Eliminate double sizeof
Taking sizeof the result of sizeof is quite strange and does not seem to be
what is wanted here.

This was fixed using the following semantic patch.
(http://www.emn.fr/x-info/coccinelle/)

// <smpl>
@@
expression E;
@@

- sizeof (
  sizeof (E)
- )

@@
type T;
@@

- sizeof (
  sizeof (T)
- )
// </smpl>

Signed-off-by: Julia Lawall <julia@diku.dk>
Acked-by: Scott Wood <scottwood@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2009-02-06 10:44:28 -06:00
..
Kconfig powerpc: Add support for mpc8247 based board MGCOGE from keymile. 2008-09-16 10:01:32 -05:00
Makefile powerpc: Add support for mpc8247 based board MGCOGE from keymile. 2008-09-16 10:01:32 -05:00
ep8248e.c phylib: rename mii_bus::dev to mii_bus::parent 2008-10-08 16:27:49 -07:00
m82xx_pci.h [POWERPC] Remove old includes from arch/ppc 2007-08-22 22:39:35 -05:00
mgcoge.c powerpc: Add support for mpc8247 based board MGCOGE from keymile. 2008-09-16 10:01:32 -05:00
mpc8272_ads.c powerpc/CPM: Add i2c pins to dts and board setup 2008-07-14 07:55:39 -05:00
pq2.c powerpc: Introduce ppc_pci_flags accessors 2008-12-16 15:53:16 +11:00
pq2.h [POWERPC] mpc82xx: Update mpc8272ads, and factor out PCI and reset. 2007-10-04 11:02:44 -05:00
pq2ads-pci-pic.c arch/powerpc: Eliminate double sizeof 2009-02-06 10:44:28 -06:00
pq2ads.h [POWERPC] mpc82xx: Update mpc8272ads, and factor out PCI and reset. 2007-10-04 11:02:44 -05:00
pq2fads.c [POWERPC] arch/powerpc/platforms/82xx: Add missing of_node_put 2008-02-06 22:06:59 +11:00