[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20140928220101.GA25770@kroah.com>
Date: Sun, 28 Sep 2014 18:01:01 -0400
From: Greg KH <gregkh@...uxfoundation.org>
To: Eric Rost <eric.rost@...abylon.net>
Cc: jason@...edaemon.net, jake@....net, antonysaraev@...il.com,
devel@...verdev.osuosl.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] Fixed Conditional white space problems
On Sun, Sep 28, 2014 at 04:54:26PM -0500, Eric Rost wrote:
> My first patch, resent to appropriate multiple addresses!
That's great, but it doesn't belong here in the body of the changelog :)
> This patch fixes the following checkpatch.pl Warnings:
>
> WARNING: suspect code indent for conditional statements (16, 16)
> + for (r = 1; r < 2 * RCNT; r += 2 * SKEIN_UNROLL_512)
> [...]
> + {
>
> WARNING: suspect code indent for conditional statements (16, 16)
> + for (r = 1; r <= 2 * RCNT; r += 2 * SKEIN_UNROLL_1024)
> [...]
> + {
Your subject should give a clue as to what part of the kernel it
modifies, for this patch, it might look like:
staging: skein: fixed conditional...
Care to fix that up and resend?
thanks,
greg k-h
--
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