This is a first series of patches to remove trailing spaces in messages. Patches cover arch-specific code plus one fix for PM and one in Documentation. Depending on how this series is received I'll continue with other parts of the kernel. Benefits are: - general cleanup and consistency - minor reduction in kernel size and user's log file size - reduced annoyance for people writing logcheck rules The patch for m68k has been rebased against linux-next; all other patches apply against both mainline and -next (as of 5-2). Shortstat: 74 files changed, 135 insertions(+), 136 deletions(-) Frans Pop (16): alpha: remove trailing spaces in messages arm: remove trailing spaces in messages ia64: remove trailing space in messages m68k: remove trailing space in messages microblaze: remove trailing space in messages mips: remove trailing space in messages parisc: remove trailing space in messages s390: remove trailing space in messages sparc: remove trailing space in messages x86: remove trailing space in messages blackfin: remove trailing space in messages cris/trivial: remove trailing space in message powerpc: remove trailing space in messages um: remove trailing space in messages PM: remove trailing space in message trivial: remove trailing space in spidev test program