Skip to content

Commit

Permalink
pvpanic: Fix typos in the comments
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
andy-shev authored and gregkh committed Sep 14, 2021
1 parent 33a4304 commit cc5b392
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion drivers/misc/pvpanic/pvpanic-mmio.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down
2 changes: 1 addition & 1 deletion drivers/misc/pvpanic/pvpanic.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit cc5b392

Please sign in to comment.