Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751599AbaLXGuM (ORCPT ); Wed, 24 Dec 2014 01:50:12 -0500 Received: from smtp.mei.co.jp ([133.183.100.20]:32774 "EHLO smtp.mei.co.jp" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751427AbaLXGuJ (ORCPT ); Wed, 24 Dec 2014 01:50:09 -0500 From: Masahiro Yamada To: linux-kbuild@vger.kernel.org Cc: Masahiro Yamada , linux-kernel@vger.kernel.org Subject: [PATCH 2/2] kbuild: remove redundant line from bounds.h/asm-offsets.h Date: Wed, 24 Dec 2014 15:49:25 +0900 Message-Id: <1419403765-3377-3-git-send-email-yamada.m@jp.panasonic.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1419403765-3377-1-git-send-email-yamada.m@jp.panasonic.com> References: <1419403765-3377-1-git-send-email-yamada.m@jp.panasonic.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This line produces an extra comment line for bounds.h and asm-offsets.h. Signed-off-by: Masahiro Yamada --- Kbuild | 1 - 1 file changed, 1 deletion(-) diff --git a/Kbuild b/Kbuild index 55a639f..5ac6d06 100644 --- a/Kbuild +++ b/Kbuild @@ -23,7 +23,6 @@ define cmd_offsets echo " * DO NOT MODIFY."; \ echo " *"; \ echo " * This file was generated by Kbuild"; \ - echo " *"; \ echo " */"; \ echo ""; \ sed -ne $(sed-y) $<; \ -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/