diff options
author | XU pengfei <xupengfei@nfschina.com> | 2022-09-14 04:21:14 +0300 |
---|---|---|
committer | Andrew Morton <akpm@linux-foundation.org> | 2022-10-04 00:03:15 +0300 |
commit | 3259914f8cab1bab3fe691a90ac3c47411cb0aba (patch) | |
tree | 04398eb78c6b4e3c74233f425eeececa0eabdfff /fs | |
parent | c195c3215741746b1eb7ab7980b926ddc37a4be3 (diff) | |
download | linux-3259914f8cab1bab3fe691a90ac3c47411cb0aba.tar.xz |
mm/hugetlb: remove unnecessary 'NULL' values from pointer
Pointer variables allocate memory first, and then judge. There is no need
to initialize the assignment.
Link: https://lkml.kernel.org/r/20220914012113.6271-1-xupengfei@nfschina.com
Signed-off-by: XU pengfei <xupengfei@nfschina.com>
Reviewed-by: Muchun Song <songmuchun@bytedance.com>
Cc: Mike Kravetz <mike.kravetz@oracle.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to 'fs')
0 files changed, 0 insertions, 0 deletions