Re: [lustre-devel] [PATCH v3 6/7] staging:lustre: style cleanups for lib-socket.c

From: Joe Perches
Date: Wed Jun 03 2015 - 13:17:02 EST


On Wed, 2015-06-03 at 17:12 +0000, Simmons, James A. wrote:
> >On Wed, 2015-06-03 at 10:32 -0400, James Simmons wrote:
> >> Handle all the style issues reported by checkpatch.pl.
> >> Remove general white spaces, spaces in function calls,
> >> etc.
> >[]
> >> @@ -167,13 +164,14 @@ lnet_ipif_enumerate (char ***namesp)
> >> if (nalloc * sizeof(*ifr) > PAGE_CACHE_SIZE) {
> >> toobig = 1;
> >> nalloc = PAGE_CACHE_SIZE/sizeof(*ifr);
> >> - CWARN("Too many interfaces: only enumerating first %d\n",
> >> - nalloc);
> >> + CWARN("Too many interfaces: only enumerating "
> >> + "first %d\n", nalloc);
> >
> >Please don't split single strings into multiple parts.
> >
> >For a patch like this it'd be nice to specify that both
> >"git diff -w" and scripts/objdiff shows no differences.
> >
> >Unless it does...
>
> Two patches have mistakes. Should I send a new series or do a in-reply instead.

Most of the time, it's better to send a new series.

If any of the unmodified patches are very large, like 100KB+,
then it can be better to send individually updated patches.


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/