Messages in this thread |  | | From | Zhen Lei <> | Subject | [PATCH v2 0/4] kernel: fix some spelling mistakes | Date | Sat, 29 May 2021 19:03:01 +0800 |
| |
v1 --> v2: Split into several small patches and add fixes to header files. Since there are so many patches after the split, only three reviewed modules and one time module with relatively more changes are retained. The spelling mistakes on the rest of the modules will be fixed in later versions.
The header file linux/freelist.h is only included by linux/kprobes.h, so grouped it with kprobes.c
Zhen Lei (4): kprobes: Fix spelling mistakes kgdb: Fix spelling mistakes kexec: fix a spelling mistake in comment time: Fix spelling mistakes
include/linux/freelist.h | 2 +- include/linux/kgdb.h | 8 ++++---- include/linux/timekeeping.h | 2 +- include/linux/timer.h | 2 +- kernel/debug/debug_core.c | 2 +- kernel/debug/kdb/kdb_main.c | 8 ++++---- kernel/debug/kdb/kdb_private.h | 2 +- kernel/kexec_core.c | 2 +- kernel/kprobes.c | 2 +- kernel/time/alarmtimer.c | 2 +- kernel/time/timer.c | 4 ++-- 11 files changed, 18 insertions(+), 18 deletions(-)
-- 2.25.1
|  |