Skip to content

Commit 3f2340e

Browse files
committed
mm-hugetlb-move-hugetlb-cma-code-in-to-its-own-file-checkpatch-fixes
WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? torvalds#376: new file mode 100644 WARNING: Improper SPDX comment style for 'mm/hugetlb_cma.h', please use '/*' instead torvalds#643: FILE: mm/hugetlb_cma.h:1: +// SPDX-License-Identifier: GPL-2.0 WARNING: Missing or malformed SPDX-License-Identifier tag in line 1 torvalds#643: FILE: mm/hugetlb_cma.h:1: +// SPDX-License-Identifier: GPL-2.0 total: 0 errors, 3 warnings, 481 lines checked NOTE: For some of the reported defects, checkpatch may be able to mechanically convert to the typical style using --fix or --fix-inplace. ./patches/mm-hugetlb-move-hugetlb-cma-code-in-to-its-own-file.patch has style problems, please review. NOTE: If any of the errors are false positives, please report them to the maintainer, see CHECKPATCH in MAINTAINERS. Please run checkpatch prior to sending patches Cc: Frank van der Linden <[email protected]> Signed-off-by: Andrew Morton <[email protected]>
1 parent c37630b commit 3f2340e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mm/hugetlb_cma.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-License-Identifier: GPL-2.0
1+
/* SPDX-License-Identifier: GPL-2.0 */
22
#ifndef _LINUX_HUGETLB_CMA_H
33
#define _LINUX_HUGETLB_CMA_H
44

0 commit comments

Comments
 (0)