summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm/pgtable_32.c
diff options
context:
space:
mode:
authorJulia Lawall2009-02-04 22:43:04 +0100
committerKumar Gala2009-02-06 17:44:28 +0100
commit08c6e3a57877ceda5c2f4c99ae7d433b8eef779a (patch)
tree6b1d5d771d1704084aac6cc7fb67449859fc97c1 /arch/powerpc/mm/pgtable_32.c
parentpowerpc/cpm2: Fix set interrupt type (diff)
downloadkernel-qcow2-linux-08c6e3a57877ceda5c2f4c99ae7d433b8eef779a.tar.gz
kernel-qcow2-linux-08c6e3a57877ceda5c2f4c99ae7d433b8eef779a.tar.xz
kernel-qcow2-linux-08c6e3a57877ceda5c2f4c99ae7d433b8eef779a.zip
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>
Diffstat (limited to 'arch/powerpc/mm/pgtable_32.c')
0 files changed, 0 insertions, 0 deletions