pvpanic: Fix typos in the comments

[ Upstream commit cc5b392d0f ]

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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
Andy Shevchenko 2021-08-29 15:43:53 +03:00 committed by Greg Kroah-Hartman
parent d2ba56d55c
commit ee94d74686
2 changed files with 2 additions and 2 deletions

View file

@ -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;

View file

@ -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)