Searched hist:"9096 bbe951ddd3f9dc813e73b5bde6d5715d1cdb" (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | shmem_fs.h | diff 9096bbe951ddd3f9dc813e73b5bde6d5715d1cdb Fri Apr 29 01:15:58 CDT 2022 Miaohe Lin <linmiaohe@huawei.com> mm: shmem: make shmem_init return void
The return value of shmem_init is never used. So we can make it return void now.
[akpm@linux-foundation.org: remove `return;' from void-returning function, per Muchun Song] Link: https://lkml.kernel.org/r/20220328112707.22217-1-linmiaohe@huawei.com Signed-off-by: Miaohe Lin <linmiaohe@huawei.com> Cc: Muchun Song <songmuchun@bytedance.com> Cc: Hugh Dickins <hughd@google.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
|
/openbmc/linux/mm/ |
H A D | shmem.c | diff 9096bbe951ddd3f9dc813e73b5bde6d5715d1cdb Fri Apr 29 01:15:58 CDT 2022 Miaohe Lin <linmiaohe@huawei.com> mm: shmem: make shmem_init return void
The return value of shmem_init is never used. So we can make it return void now.
[akpm@linux-foundation.org: remove `return;' from void-returning function, per Muchun Song] Link: https://lkml.kernel.org/r/20220328112707.22217-1-linmiaohe@huawei.com Signed-off-by: Miaohe Lin <linmiaohe@huawei.com> Cc: Muchun Song <songmuchun@bytedance.com> Cc: Hugh Dickins <hughd@google.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
|