diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/Lindent | 2 | ||||
-rw-r--r-- | scripts/mod/modpost.c | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/scripts/Lindent b/scripts/Lindent index 7d8d889..9468ec7 100755 --- a/scripts/Lindent +++ b/scripts/Lindent @@ -1,2 +1,2 @@ #!/bin/sh -indent -npro -kr -i8 -ts8 -sob -l80 -ss -ncs "$@" +indent -npro -kr -i8 -ts8 -sob -l80 -ss -ncs -cp1 "$@" diff --git a/scripts/mod/modpost.c b/scripts/mod/modpost.c index 04579a5..5ab7914 100644 --- a/scripts/mod/modpost.c +++ b/scripts/mod/modpost.c @@ -1076,6 +1076,7 @@ static int initexit_section_ref_ok(const char *name) ".plt", /* seen on ARCH=um build on x86_64. Harmless */ ".smp_locks", ".stab", + ".m68k_fixup", NULL }; /* Start of section names */ |