From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f72.google.com (mail-wm0-f72.google.com [74.125.82.72]) by kanga.kvack.org (Postfix) with ESMTP id E0CE46B0038 for ; Tue, 24 Oct 2017 06:10:05 -0400 (EDT) Received: by mail-wm0-f72.google.com with SMTP id n8so2027684wmg.4 for ; Tue, 24 Oct 2017 03:10:05 -0700 (PDT) Received: from mail-sor-f65.google.com (mail-sor-f65.google.com. [209.85.220.65]) by mx.google.com with SMTPS id r13sor3665597wrc.10.2017.10.24.03.10.04 for (Google Transport Security); Tue, 24 Oct 2017 03:10:04 -0700 (PDT) Date: Tue, 24 Oct 2017 12:10:01 +0200 From: Ingo Molnar Subject: Re: [PATCH v3 7/8] genhd.h: Remove trailing white space Message-ID: <20171024101001.cv6e5llflnkzhuim@gmail.com> References: <1508837889-16932-1-git-send-email-byungchul.park@lge.com> <1508837889-16932-8-git-send-email-byungchul.park@lge.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1508837889-16932-8-git-send-email-byungchul.park@lge.com> Sender: owner-linux-mm@kvack.org List-ID: To: Byungchul Park Cc: peterz@infradead.org, axboe@kernel.dk, tglx@linutronix.de, linux-kernel@vger.kernel.org, linux-mm@kvack.org, tj@kernel.org, johannes.berg@intel.com, oleg@redhat.com, amir73il@gmail.com, david@fromorbit.com, darrick.wong@oracle.com, linux-xfs@vger.kernel.org, linux-fsdevel@vger.kernel.org, linux-block@vger.kernel.org, hch@infradead.org, idryomov@gmail.com, kernel-team@lge.com * Byungchul Park wrote: > Trailing white space is not accepted in kernel coding style. Remove > them. > > Signed-off-by: Byungchul Park > --- > include/linux/genhd.h | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/include/linux/genhd.h b/include/linux/genhd.h > index ea652bf..6d85a75 100644 > --- a/include/linux/genhd.h > +++ b/include/linux/genhd.h > @@ -3,7 +3,7 @@ > > /* > * genhd.h Copyright (C) 1992 Drew Eckhardt > - * Generic hard disk header file by > + * Generic hard disk header file by > * Drew Eckhardt > * > * > @@ -471,7 +471,7 @@ struct bsd_disklabel { > __s16 d_type; /* drive type */ > __s16 d_subtype; /* controller/d_type specific */ > char d_typename[16]; /* type name, e.g. "eagle" */ > - char d_packname[16]; /* pack identifier */ > + char d_packname[16]; /* pack identifier */ > __u32 d_secsize; /* # of bytes per sector */ > __u32 d_nsectors; /* # of data sectors per track */ > __u32 d_ntracks; /* # of tracks per cylinder */ This patch should not be part of this lockdep series - please send it to Jens separately - who might or might not apply it, depending on the subsystem's policy regarding whitespace-only patches. Thanks, Ingo -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org