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] [thread-next>] [day] [month] [year] [list]
Date:   Tue, 28 May 2019 08:34:23 +0000
From:   Michal Kalderon <mkalderon@...vell.com>
To:     Colin King <colin.king@...onical.com>,
        Ariel Elior <aelior@...vell.com>,
        GR-everest-linux-l2 <GR-everest-linux-l2@...vell.com>,
        "David S . Miller" <davem@...emloft.net>,
        "netdev@...r.kernel.org" <netdev@...r.kernel.org>
CC:     "kernel-janitors@...r.kernel.org" <kernel-janitors@...r.kernel.org>,
        "linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
Subject: RE: [EXT] [PATCH][next] qed: fix spelling mistake "inculde" ->
 "include"

> From: Colin King <colin.king@...onical.com>
> Sent: Tuesday, May 28, 2019 9:52 AM
> 
> External Email
> 
> ----------------------------------------------------------------------
> From: Colin Ian King <colin.king@...onical.com>
> 
> There is a spelling mistake in a DP_INFO message. Fix it.
> 
> Signed-off-by: Colin Ian King <colin.king@...onical.com>
> ---
>  drivers/net/ethernet/qlogic/qed/qed_dev.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/net/ethernet/qlogic/qed/qed_dev.c
> b/drivers/net/ethernet/qlogic/qed/qed_dev.c
> index 61ca49a967df..a971418755e9 100644
> --- a/drivers/net/ethernet/qlogic/qed/qed_dev.c
> +++ b/drivers/net/ethernet/qlogic/qed/qed_dev.c
> @@ -3836,7 +3836,7 @@ static int qed_hw_get_ppfid_bitmap(struct
> qed_hwfn *p_hwfn,
> 
>  	if (!(cdev->ppfid_bitmap & (0x1 << native_ppfid_idx))) {
>  		DP_INFO(p_hwfn,
> -			"Fix the PPFID bitmap to inculde the native PPFID
> [native_ppfid_idx %hhd, orig_bitmap 0x%hhx]\n",
> +			"Fix the PPFID bitmap to include the native PPFID
> [native_ppfid_idx %hhd, orig_bitmap 0x%hhx]\n",
>  			native_ppfid_idx, cdev->ppfid_bitmap);
>  		cdev->ppfid_bitmap = 0x1 << native_ppfid_idx;
>  	}
> --
> 2.20.1

Thanks, 

Acked-by: Michal Kalderon <michal.kalderon@...vell.com>


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ