[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1435924513-17766-1-git-send-email-geert+renesas@glider.be>
Date: Fri, 3 Jul 2015 13:55:13 +0200
From: Geert Uytterhoeven <geert+renesas@...der.be>
To: Michal Marek <mmarek@...e.cz>
Cc: "Luis R. Rodriguez" <mcgrof@...e.com>,
David Vrabel <david.vrabel@...rix.com>,
linux-kbuild@...r.kernel.org, linux-kernel@...r.kernel.org,
Geert Uytterhoeven <geert+renesas@...der.be>
Subject: [PATCH] kconfig: Wrap long "make help" text line for xenconfig
The "make help" text line for xenconfig extends beyond 80 characters.
Wrap it at 79 characters.
Signed-off-by: Geert Uytterhoeven <geert+renesas@...der.be>
---
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 majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists