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]
Message-ID: <2311746f-4116-4df6-81b8-d9f30071af8e@intel.com>
Date: Tue, 8 Apr 2025 15:48:30 -0700
From: Dave Jiang <dave.jiang@...el.com>
To: Shannon Nelson <shannon.nelson@....com>, jgg@...dia.com,
 saeedm@...dia.com, Jonathan.Cameron@...wei.com, linux-kernel@...r.kernel.org
Subject: Re: [PATCH fwctl] fwctl: fix repeated device word in log message



On 4/8/25 3:33 PM, Shannon Nelson wrote:
> Remove the repeated word "device" from a dev_warn() message.
> 
> Signed-off-by: Shannon Nelson <shannon.nelson@....com>
Reviewed-by: Dave Jiang <dave.jiang@...el.com>

> ---
>  drivers/fwctl/main.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/fwctl/main.c b/drivers/fwctl/main.c
> index cb1ac9c40239..bc6378506296 100644
> --- a/drivers/fwctl/main.c
> +++ b/drivers/fwctl/main.c
> @@ -105,7 +105,7 @@ static int fwctl_cmd_rpc(struct fwctl_ucmd *ucmd)
>  		if (!test_and_set_bit(0, &fwctl_tainted)) {
>  			dev_warn(
>  				&fwctl->dev,
> -				"%s(%d): has requested full access to the physical device device",
> +				"%s(%d): has requested full access to the physical device",
>  				current->comm, task_pid_nr(current));
>  			add_taint(TAINT_FWCTL, LOCKDEP_STILL_OK);
>  		}


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ