Searched hist:"168 f5ac668f63dfb64439766e3ef9e866b83719d" (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/mm/ |
H A D | shmem.c | diff 168f5ac668f63dfb64439766e3ef9e866b83719d Tue Jun 16 17:33:02 CDT 2009 Sergei Trofimovich <slyfox@inbox.ru> mm cleanup: shmem_file_setup: 'char *' -> 'const char *' for name argument
As function shmem_file_setup does not modify/allocate/free/pass given filename - mark it as const.
Signed-off-by: Sergei Trofimovich <slyfox@inbox.ru> Cc: Hugh Dickins <hugh.dickins@tiscali.co.uk> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
|
/openbmc/linux/include/linux/ |
H A D | mm.h | diff 168f5ac668f63dfb64439766e3ef9e866b83719d Tue Jun 16 17:33:02 CDT 2009 Sergei Trofimovich <slyfox@inbox.ru> mm cleanup: shmem_file_setup: 'char *' -> 'const char *' for name argument
As function shmem_file_setup does not modify/allocate/free/pass given filename - mark it as const.
Signed-off-by: Sergei Trofimovich <slyfox@inbox.ru> Cc: Hugh Dickins <hugh.dickins@tiscali.co.uk> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
|