lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <730b1e81-d00f-d99f-cde4-2176c2030a95@oracle.com>
Date:   Mon, 30 Aug 2021 09:29:13 +0300
From:   Mihai Carabas <mihai.carabas@...cle.com>
To:     Andy Shevchenko <andriy.shevchenko@...ux.intel.com>,
        Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
        linux-kernel@...r.kernel.org
Cc:     Arnd Bergmann <arnd@...db.de>
Subject: Re: [PATCH v1 2/3] pvpanic: Fix typos in the comments

La 29.08.2021 15:43, Andy Shevchenko a scris:
> Fix a few spelling typos in the comments.
>
> Signed-off-by: Andy Shevchenko <andriy.shevchenko@...ux.intel.com>
Reviewed-by: Mihai Carabas <mihai.carabas@...cle.com>
> ---
>   drivers/misc/pvpanic/pvpanic-mmio.c | 2 +-
>   drivers/misc/pvpanic/pvpanic.c      | 2 +-
>   2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/misc/pvpanic/pvpanic-mmio.c b/drivers/misc/pvpanic/pvpanic-mmio.c
> index be4016084979..61dbff5f0065 100644
> --- a/drivers/misc/pvpanic/pvpanic-mmio.c
> +++ b/drivers/misc/pvpanic/pvpanic-mmio.c
> @@ -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;
>   
> diff --git a/drivers/misc/pvpanic/pvpanic.c b/drivers/misc/pvpanic/pvpanic.c
> index fb5411dfd614..254d35efb0b7 100644
> --- a/drivers/misc/pvpanic/pvpanic.c
> +++ b/drivers/misc/pvpanic/pvpanic.c
> @@ -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)


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ