Re: [1/3] powerpc/watchdog: Tweak watchdog printks

2018-01-28 Thread Michael Ellerman
On Thu, 2017-10-12 at 04:44:32 UTC, Michael Ellerman wrote: > Use pr_fmt() in the watchdog code, so we don't have to say "Watchdog" > so many times. > > Rather than "CPU:%d" just spell it "CPU %d", "Hard" doesn't need a > capital in the middle of a sentence, and "LOCKUP other CPUS" should be > "LO

[PATCH 1/3] powerpc/watchdog: Tweak watchdog printks

2017-10-11 Thread Michael Ellerman
Use pr_fmt() in the watchdog code, so we don't have to say "Watchdog" so many times. Rather than "CPU:%d" just spell it "CPU %d", "Hard" doesn't need a capital in the middle of a sentence, and "LOCKUP other CPUS" should be "LOCKUP on other CPUS". Also make it clear when a CPU self detects a locku