From b2bedb214469af55179d907a60cd67fed6b0779e Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Mon, 12 Sep 2011 22:33:01 +0200 Subject: Remove blanks before \n in output strings Those blanks violate the coding conventions, see scripts/checkpatch.pl. Blanks missing after colons in the changed lines were added. This patch does not try to fix tabs, long lines and other problems in the changed lines, therefore checkpatch.pl reports many violations. Signed-off-by: Stefan Weil Signed-off-by: Anthony Liguori --- mips-dis.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mips-dis.c') diff --git a/mips-dis.c b/mips-dis.c index 4d8e85b..e3a6e0b 100644 --- a/mips-dis.c +++ b/mips-dis.c @@ -4841,7 +4841,7 @@ with the -M switch (multiple options should be separated by commas):\n")); Default: based on binary being disassembled.\n")); fprintf (stream, _("\n\ - hwr-names=ARCH Print HWR names according to specified \n\ + hwr-names=ARCH Print HWR names according to specified\n\ architecture.\n\ Default: based on binary being disassembled.\n")); -- cgit v1.1