mbox series

[0/3] slub: Do trivial comments fixes

Message ID 20190131041003.15772-1-me@tobin.cc (mailing list archive)
Headers show
Series slub: Do trivial comments fixes | expand

Message

Tobin Harding Jan. 31, 2019, 4:10 a.m. UTC
From: "Tobin C. Harding" <tobin@kernel.org>

Hi Christopher,

Here is a trivial patchset to wet my toes. This is my first patchset to
mm, if there are some mm specific nuances in relation to when in the dev
cycle (if ever) that minor (*cough* trivial) pathsets are acceptable
please say so

This patchset fixes comments strings in the SLUB subsystem.

As per discussion at LCA I am working on getting my head around the SLUB
allocator.  If you specifically do *not* want me to do minor clean up
while I'm reading please say so, I will not be offended.

thanks,
Tobin.


Tobin C. Harding (3):
  slub: Fix comment spelling mistake
  slub: Capitialize comment string
  slub: Use C89 comment style

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

Comments

Pekka Enberg Jan. 31, 2019, 6:06 a.m. UTC | #1
On 31/01/2019 6.10, Tobin C. Harding wrote:
> From: "Tobin C. Harding" <tobin@kernel.org>
> 
> Hi Christopher,
> 
> Here is a trivial patchset to wet my toes. This is my first patchset to
> mm, if there are some mm specific nuances in relation to when in the dev
> cycle (if ever) that minor (*cough* trivial) pathsets are acceptable
> please say so
> 
> This patchset fixes comments strings in the SLUB subsystem.
> 
> As per discussion at LCA I am working on getting my head around the SLUB
> allocator.  If you specifically do *not* want me to do minor clean up
> while I'm reading please say so, I will not be offended.

For the series:

Reviewed-by: Pekka Enberg <penberg@kernel.org>
Tobin Harding Jan. 31, 2019, 8:52 a.m. UTC | #2
On Thu, Jan 31, 2019 at 08:06:31AM +0200, Pekka Enberg wrote:
> On 31/01/2019 6.10, Tobin C. Harding wrote:
> > From: "Tobin C. Harding" <tobin@kernel.org>
> > 
> > Hi Christopher,
> > 
> > Here is a trivial patchset to wet my toes. This is my first patchset to
> > mm, if there are some mm specific nuances in relation to when in the dev
> > cycle (if ever) that minor (*cough* trivial) pathsets are acceptable
> > please say so
> > 
> > This patchset fixes comments strings in the SLUB subsystem.
> > 
> > As per discussion at LCA I am working on getting my head around the SLUB
> > allocator.  If you specifically do *not* want me to do minor clean up
> > while I'm reading please say so, I will not be offended.
> 
> For the series:
> 
> Reviewed-by: Pekka Enberg <penberg@kernel.org>

Thanks for the review Pekka.


	Tobin