From: Boqun Feng Date: Tue, 11 Nov 2014 04:50:22 +0000 (+0800) Subject: powerpc: Fix comment typos in arch/powerpc/include/asm/bitops.h X-Git-Tag: omap-for-v3.20/drop-legacy-3517~120^2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e7a7a65ed2e90c41341aafef9458d0aa8143a558;p=pandora-kernel.git 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 Signed-off-by: Michael Ellerman --- Reading git-diff-tree failed