The "make help" text line for xenconfig extends beyond 80 characters.
Wrap it at 79 characters.

Signed-off-by: Geert Uytterhoeven <[email protected]>
---
 scripts/kconfig/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/scripts/kconfig/Makefile b/scripts/kconfig/Makefile
index aceaaed098112dbc..e829ad1668f527f7 100644
--- a/scripts/kconfig/Makefile
+++ b/scripts/kconfig/Makefile
@@ -146,7 +146,8 @@ help:
        @echo  '  olddefconfig    - Same as silentoldconfig but sets new 
symbols to their'
        @echo  '                    default value'
        @echo  '  kvmconfig       - Enable additional options for kvm guest 
kernel support'
-       @echo  '  xenconfig       - Enable additional options for xen dom0 and 
guest kernel support'
+       @echo  '  xenconfig       - Enable additional options for xen dom0 and 
guest kernel'
+       @echo  '                    support'
        @echo  '  tinyconfig      - Configure the tiniest possible kernel'
 
 # lxdialog stuff
-- 
1.9.1

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to