summaryrefslogtreecommitdiff
path: root/arch/powerpc/platforms
diff options
context:
space:
mode:
authorBoqun Feng <boqun.feng@linux.vnet.ibm.com>2014-11-11 04:50:22 (GMT)
committerMichael Ellerman <mpe@ellerman.id.au>2014-11-12 05:31:46 (GMT)
commite7a7a65ed2e90c41341aafef9458d0aa8143a558 (patch)
tree641182d1e32acabf10acb7523b9628d746ab0381 /arch/powerpc/platforms
parent7048c846949ac1feb09d1b624ea0e8c351d92a7b (diff)
downloadlinux-e7a7a65ed2e90c41341aafef9458d0aa8143a558.tar.xz
powerpc: Fix comment typos in arch/powerpc/include/asm/bitops.h
In arch/powerpc/include/asm/bitops.h, the comments about bit numbers in large (> 1 word) bitmaps have two typos: - On ppc64 system, the LSB of the 4th word should be bit 192 rather than 196, because if it's bit 196, bit 192-195 will be missing in the bitmap. - On ppc32 system, the LSB of the second word should be bit 32 rather than 31, because bit 31 is already in the first word. This patch fixes these typos. Signed-off-by: Boqun Feng <boqun.feng@linux.vnet.ibm.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'arch/powerpc/platforms')
0 files changed, 0 insertions, 0 deletions