summaryrefslogtreecommitdiffstats
path: root/kernel/debug/kdb/kdb_private.h
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2021-07-06 20:29:18 +0200
committerLinus Torvalds <torvalds@linux-foundation.org>2021-07-06 20:29:18 +0200
commitdf8ba5f160335cf9ea09c0a037235331a171fe1a (patch)
treeb72ef57ec80fb45c82925015e3c7f264b5266602 /kernel/debug/kdb/kdb_private.h
parentMerge branch 'for-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/jlaw... (diff)
parentkgdb: Fix fall-through warning for Clang (diff)
downloadlinux-df8ba5f160335cf9ea09c0a037235331a171fe1a.tar.xz
linux-df8ba5f160335cf9ea09c0a037235331a171fe1a.zip
Merge tag 'kgdb-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/danielt/linux
Pull kgdb updates from Daniel Thompson: "This was a extremely quiet cycle for kgdb. This consists of two patches that between them address spelling errors and a switch fallthrough warning" * tag 'kgdb-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/danielt/linux: kgdb: Fix fall-through warning for Clang kgdb: Fix spelling mistakes
Diffstat (limited to 'kernel/debug/kdb/kdb_private.h')
-rw-r--r--kernel/debug/kdb/kdb_private.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/debug/kdb/kdb_private.h b/kernel/debug/kdb/kdb_private.h
index ccbed9089808..170c69aedebb 100644
--- a/kernel/debug/kdb/kdb_private.h
+++ b/kernel/debug/kdb/kdb_private.h
@@ -64,7 +64,7 @@
/*
* KDB_MAXBPT describes the total number of breakpoints
- * supported by this architecure.
+ * supported by this architecture.
*/
#define KDB_MAXBPT 16