Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Documentation/powerpc/mpc52xx.txt: Checkpatch cleanup

Fix all trailing whitespace errors reported by checkpatch.

Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Signed-off-by: Anatolij Gustschin <agust@denx.de>

authored by

Andrea Gelmini and committed by
Anatolij Gustschin
976af684 01e8ec44

+6 -6
+6 -6
Documentation/powerpc/mpc52xx.txt
··· 2 2 ----------------------------- 3 3 4 4 For the latest info, go to http://www.246tNt.com/mpc52xx/ 5 - 5 + 6 6 To compile/use : 7 7 8 8 - U-Boot: ··· 10 10 if you wish to ). 11 11 # make lite5200_defconfig 12 12 # make uImage 13 - 13 + 14 14 then, on U-boot: 15 15 => tftpboot 200000 uImage 16 16 => tftpboot 400000 pRamdisk 17 17 => bootm 200000 400000 18 - 18 + 19 19 - DBug: 20 20 # <edit Makefile to set ARCH=ppc & CROSS_COMPILE=... ( also EXTRAVERSION 21 21 if you wish to ). 22 22 # make lite5200_defconfig 23 23 # cp your_initrd.gz arch/ppc/boot/images/ramdisk.image.gz 24 - # make zImage.initrd 25 - # make 24 + # make zImage.initrd 25 + # make 26 26 27 27 then in DBug: 28 28 DBug> dn -i zImage.initrd.lite5200 29 - 29 + 30 30 31 31 Some remarks : 32 32 - The port is named mpc52xxx, and config options are PPC_MPC52xx. The MGT5100