[prev in list] [next in list] [prev in thread] [next in thread] 

List:       git-commits-head
Subject:    sparc: Fixed typo in sstate.c. Replaced panicing with panicking
From:       "Linux Kernel Mailing List" <linux-kernel () vger ! kernel ! org>
Date:       2017-01-30 23:49:34
Message-ID: 20170130234934.A9C4B660FAE () gitolite ! kernel ! org
[Download RAW message or body]

Web:        https://git.kernel.org/torvalds/c/5d0e7705774dd412a465896d08d59a81a345c1e4
Commit:     5d0e7705774dd412a465896d08d59a81a345c1e4
Parent:     4bbc84ffd137fe43d68aa633d317b0a96de8a828
Refname:    refs/heads/master
Author:     Tom Hromatka <tom.hromatka@oracle.com>
AuthorDate: Tue Jan 10 10:57:56 2017 -0700
Committer:  David S. Miller <davem@davemloft.net>
CommitDate: Mon Jan 16 22:31:51 2017 -0500

    sparc: Fixed typo in sstate.c. Replaced panicing with panicking
    
    Signed-off-by: Tom Hromatka <tom.hromatka@oracle.com>
    Signed-off-by: David S. Miller <davem@davemloft.net>
---
 arch/sparc/kernel/sstate.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/arch/sparc/kernel/sstate.c b/arch/sparc/kernel/sstate.c
index c59af54..3caed40 100644
--- a/arch/sparc/kernel/sstate.c
+++ b/arch/sparc/kernel/sstate.c
@@ -43,8 +43,8 @@ static const char poweroff_msg[32] __attribute__((aligned(32))) =
 	"Linux powering off";
 static const char rebooting_msg[32] __attribute__((aligned(32))) =
 	"Linux rebooting";
-static const char panicing_msg[32] __attribute__((aligned(32))) =
-	"Linux panicing";
+static const char panicking_msg[32] __attribute__((aligned(32))) =
+	"Linux panicking";
 
 static int sstate_reboot_call(struct notifier_block *np, unsigned long type, void *_unused)
 {
@@ -76,7 +76,7 @@ static struct notifier_block sstate_reboot_notifier = {
 
 static int sstate_panic_event(struct notifier_block *n, unsigned long event, void *ptr)
 {
-	do_set_sstate(HV_SOFT_STATE_TRANSITION, panicing_msg);
+	do_set_sstate(HV_SOFT_STATE_TRANSITION, panicking_msg);
 
 	return NOTIFY_DONE;
 }
--
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic