forked from Minki/linux
pvpanic: Fix typos in the comments
Fix a few spelling typos in the comments. Reviewed-by: Mihai Carabas <mihai.carabas@oracle.com> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Link: https://lore.kernel.org/r/20210829124354.81653-2-andriy.shevchenko@linux.intel.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
33a4304194
commit
cc5b392d0f
@ -100,7 +100,7 @@ static int pvpanic_mmio_probe(struct platform_device *pdev)
|
||||
pi->base = base;
|
||||
pi->capability = PVPANIC_PANICKED | PVPANIC_CRASH_LOADED;
|
||||
|
||||
/* initlize capability by RDPT */
|
||||
/* initialize capability by RDPT */
|
||||
pi->capability &= ioread8(base);
|
||||
pi->events = pi->capability;
|
||||
|
||||
|
@ -58,7 +58,7 @@ pvpanic_panic_notify(struct notifier_block *nb, unsigned long code,
|
||||
|
||||
static struct notifier_block pvpanic_panic_nb = {
|
||||
.notifier_call = pvpanic_panic_notify,
|
||||
.priority = 1, /* let this called before broken drm_fb_helper */
|
||||
.priority = 1, /* let this called before broken drm_fb_helper() */
|
||||
};
|
||||
|
||||
static void pvpanic_remove(void *param)
|
||||
|
Loading…
Reference in New Issue
Block a user