sure, thanks for the comment. I will modify and send patch v2 On Wed, Sep 16, 2020 at 08:48:14AM +0530, Souptick Joarder wrote: > On Wed, Sep 16, 2020 at 8:05 AM tangjianqiang <wyqt1985@xxxxxxxxx> wrote: > > > > fix the typo error in slab.h > > "allocagtor" -> "allocator" > > I think, subject line can be more specific. Something like - > "include/linux/slab.h: Fix the typo" > > With that > Acked-by: Souptick Joarder <jrdr.linux@xxxxxxxxx > > > > > Signed-off-by: tangjianqiang <tangjianqiang@xxxxxxxxxx> > > --- > > include/linux/slab.h | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/include/linux/slab.h b/include/linux/slab.h > > index 24df239..9e155cc 100644 > > --- a/include/linux/slab.h > > +++ b/include/linux/slab.h > > @@ -279,7 +279,7 @@ static inline void __check_heap_object(const void *ptr, unsigned long n, > > #define KMALLOC_MAX_SIZE (1UL << KMALLOC_SHIFT_MAX) > > /* Maximum size for which we actually use a slab cache */ > > #define KMALLOC_MAX_CACHE_SIZE (1UL << KMALLOC_SHIFT_HIGH) > > -/* Maximum order allocatable via the slab allocagtor */ > > +/* Maximum order allocatable via the slab allocator */ > > #define KMALLOC_MAX_ORDER (KMALLOC_SHIFT_MAX - PAGE_SHIFT) > > > > /* > > -- > > 2.7.4 > > > >