aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel/watchdog.c
diff options
context:
space:
mode:
authorGravatar Wolfram Sang <wsa+renesas@sang-engineering.com> 2018-05-06 13:23:46 +0200
committerGravatar Michael Ellerman <mpe@ellerman.id.au> 2018-05-10 23:25:05 +1000
commit7c18659dd498b25c6651ba83d4267ba7f9458c9c (patch)
tree44b00967b23402682e1056978158e60ac30a8cc3 /arch/powerpc/kernel/watchdog.c
parentpowerpc/pseries: hcall_exit tracepoint retval should be signed (diff)
downloadlinux-7c18659dd498b25c6651ba83d4267ba7f9458c9c.tar.gz
linux-7c18659dd498b25c6651ba83d4267ba7f9458c9c.tar.bz2
linux-7c18659dd498b25c6651ba83d4267ba7f9458c9c.zip
powerpc/watchdog: fix typo 'can by' to 'can be'
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'arch/powerpc/kernel/watchdog.c')
-rw-r--r--arch/powerpc/kernel/watchdog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/kernel/watchdog.c b/arch/powerpc/kernel/watchdog.c
index 6256dc3b0087..591f7c3af4ff 100644
--- a/arch/powerpc/kernel/watchdog.c
+++ b/arch/powerpc/kernel/watchdog.c
@@ -64,7 +64,7 @@
* means the CPU(s) with their bit still set in the pending mask have had
* their heartbeat stop, and action is taken.
*
- * Some platforms implement true NMI IPIs, which can by used by the SMP
+ * Some platforms implement true NMI IPIs, which can be used by the SMP
* watchdog to detect an unresponsive CPU and pull it out of its stuck
* state with the NMI IPI, to get crash/debug data from it. This way the
* SMP watchdog can detect hardware interrupts off lockups.