mbox series

[v2,0/3] slub: Do trivial comments fixes

Message ID 20190204005713.9463-1-tobin@kernel.org (mailing list archive)
Headers show
Series slub: Do trivial comments fixes | expand

Message

Tobin C. Harding Feb. 4, 2019, 12:57 a.m. UTC
Hi,

Here is v2 of the comments fixes [to single SLUB header file].


thanks,
Tobin.


Changes since v1:

 - Re-order patches (put the easy acceptable ones from v1 first).
 - Do grammar/punctuation fixes thoroughly (thanks William).
 - Send the set to Andrew instead of Christopher since we are going in
   through his tree.

Tobin C. Harding (3):
  slub: Capitialize comment string
  slub: Use C89 comment style
  slub: Correct grammar/punctuation in comments

 include/linux/slub_def.h | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

Comments

Andrew Morton Feb. 4, 2019, 11:04 p.m. UTC | #1
On Mon,  4 Feb 2019 11:57:10 +1100 "Tobin C. Harding" <tobin@kernel.org> wrote:

> Here is v2 of the comments fixes [to single SLUB header file]

Thanks. I think I'll put these into a single patch.
Tobin Harding Feb. 5, 2019, 4:05 a.m. UTC | #2
On Mon, Feb 04, 2019 at 03:04:10PM -0800, Andrew Morton wrote:
> On Mon,  4 Feb 2019 11:57:10 +1100 "Tobin C. Harding" <tobin@kernel.org> wrote:
> 
> > Here is v2 of the comments fixes [to single SLUB header file]
> 
> Thanks. I think I'll put these into a single patch.

Awesome, thank you.
William Kucharski Feb. 6, 2019, 10:48 p.m. UTC | #3
If you need it:

Reviewed-by: William Kucharski <william.kucharski@oracle.com>