diff options
author | Julia Lawall <Julia.Lawall@inria.fr> | 2022-04-30 21:11:15 +0200 |
---|---|---|
committer | Michal Simek <michal.simek@amd.com> | 2022-05-02 08:36:10 +0200 |
commit | 78b5f52ab6f6074a6fe2f27122e2165f32d6a143 (patch) | |
tree | 552e9e23ef089cdeed1e66c4029a4e1cc4c64922 /arch/microblaze/kernel | |
parent | 68cbfae83a7208d960034813c4744bf9651a725d (diff) | |
download | linux-next-78b5f52ab6f6074a6fe2f27122e2165f32d6a143.tar.gz |
microblaze: fix typos in comments
Various spelling mistakes in comments.
Detected with the help of Coccinelle.
Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr>
Link: https://lore.kernel.org/r/20220430191122.8667-1-Julia.Lawall@inria.fr
Signed-off-by: Michal Simek <michal.simek@amd.com>
Diffstat (limited to 'arch/microblaze/kernel')
-rw-r--r-- | arch/microblaze/kernel/kgdb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/microblaze/kernel/kgdb.c b/arch/microblaze/kernel/kgdb.c index 130cd0f064ce..df4b9d0112e5 100644 --- a/arch/microblaze/kernel/kgdb.c +++ b/arch/microblaze/kernel/kgdb.c @@ -31,7 +31,7 @@ #define GDB_RTLBLO 55 #define GDB_RTLBHI 56 -/* keep pvr separately because it is unchangeble */ +/* keep pvr separately because it is unchangeable */ static struct pvr_s pvr; void pt_regs_to_gdb_regs(unsigned long *gdb_regs, struct pt_regs *regs) |