SLUB include file has particularly clean comments, one comment string is
holding us back.

Capitialize comment string.

Signed-off-by: Tobin C. Harding <to...@kernel.org>
---
 include/linux/slub_def.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/linux/slub_def.h b/include/linux/slub_def.h
index 3a1a1dbc6f49..541b082ffcaf 100644
--- a/include/linux/slub_def.h
+++ b/include/linux/slub_def.h
@@ -110,7 +110,7 @@ struct kmem_cache {
 #endif
 #ifdef CONFIG_MEMCG
        struct memcg_cache_params memcg_params;
-       /* for propagation, maximum size of a stored attr */
+       /* For propagation, maximum size of a stored attr */
        unsigned int max_attr_size;
 #ifdef CONFIG_SYSFS
        struct kset *memcg_kset;
-- 
2.20.1

Reply via email to