From patchwork Fri Jul 3 11:55:13 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Geert Uytterhoeven X-Patchwork-Id: 6714631 Return-Path: X-Original-To: patchwork-linux-kbuild@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 4BF0E9F1C1 for ; Fri, 3 Jul 2015 11:55:19 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 7D6B4207FA for ; Fri, 3 Jul 2015 11:55:18 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 81385207F8 for ; Fri, 3 Jul 2015 11:55:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755097AbbGCLzO (ORCPT ); Fri, 3 Jul 2015 07:55:14 -0400 Received: from baptiste.telenet-ops.be ([195.130.132.51]:47639 "EHLO baptiste.telenet-ops.be" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754977AbbGCLzN (ORCPT ); Fri, 3 Jul 2015 07:55:13 -0400 Received: from ayla.of.borg ([84.193.93.87]) by baptiste.telenet-ops.be with bizsmtp id nnvB1q0021t5w8s01nvBdv; Fri, 03 Jul 2015 13:55:11 +0200 Received: from ramsan.of.borg ([192.168.97.29] helo=ramsan) by ayla.of.borg with esmtp (Exim 4.82) (envelope-from ) id 1ZAzYk-0000yY-Ms; Fri, 03 Jul 2015 13:55:10 +0200 Received: from geert by ramsan with local (Exim 4.82) (envelope-from ) id 1ZAzYp-0004dE-Hr; Fri, 03 Jul 2015 13:55:15 +0200 From: Geert Uytterhoeven To: Michal Marek Cc: "Luis R. Rodriguez" , David Vrabel , linux-kbuild@vger.kernel.org, linux-kernel@vger.kernel.org, Geert Uytterhoeven Subject: [PATCH] kconfig: Wrap long "make help" text line for xenconfig Date: Fri, 3 Jul 2015 13:55:13 +0200 Message-Id: <1435924513-17766-1-git-send-email-geert+renesas@glider.be> X-Mailer: git-send-email 1.9.1 Sender: linux-kbuild-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kbuild@vger.kernel.org X-Spam-Status: No, score=-7.5 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_HI, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP The "make help" text line for xenconfig extends beyond 80 characters. Wrap it at 79 characters. Signed-off-by: Geert Uytterhoeven --- 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