* [PATCH fwctl] fwctl: fix repeated device word in log message
@ 2025-04-08 22:33 Shannon Nelson
2025-04-08 22:48 ` Dave Jiang
2025-04-09 23:36 ` Jason Gunthorpe
0 siblings, 2 replies; 3+ messages in thread
From: Shannon Nelson @ 2025-04-08 22:33 UTC (permalink / raw)
To: jgg, dave.jiang, saeedm, Jonathan.Cameron, linux-kernel; +Cc: Shannon Nelson
Remove the repeated word "device" from a dev_warn() message.
Signed-off-by: Shannon Nelson <shannon.nelson@amd.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);
}
--
2.17.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH fwctl] fwctl: fix repeated device word in log message
2025-04-08 22:33 [PATCH fwctl] fwctl: fix repeated device word in log message Shannon Nelson
@ 2025-04-08 22:48 ` Dave Jiang
2025-04-09 23:36 ` Jason Gunthorpe
1 sibling, 0 replies; 3+ messages in thread
From: Dave Jiang @ 2025-04-08 22:48 UTC (permalink / raw)
To: Shannon Nelson, jgg, saeedm, Jonathan.Cameron, linux-kernel
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@amd.com>
Reviewed-by: Dave Jiang <dave.jiang@intel.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);
> }
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH fwctl] fwctl: fix repeated device word in log message
2025-04-08 22:33 [PATCH fwctl] fwctl: fix repeated device word in log message Shannon Nelson
2025-04-08 22:48 ` Dave Jiang
@ 2025-04-09 23:36 ` Jason Gunthorpe
1 sibling, 0 replies; 3+ messages in thread
From: Jason Gunthorpe @ 2025-04-09 23:36 UTC (permalink / raw)
To: Shannon Nelson; +Cc: dave.jiang, saeedm, Jonathan.Cameron, linux-kernel
On Tue, Apr 08, 2025 at 03:33:00PM -0700, Shannon Nelson wrote:
> Remove the repeated word "device" from a dev_warn() message.
>
> Signed-off-by: Shannon Nelson <shannon.nelson@amd.com>
> ---
> drivers/fwctl/main.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Applied thanks
Jason
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2025-04-09 23:36 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-08 22:33 [PATCH fwctl] fwctl: fix repeated device word in log message Shannon Nelson
2025-04-08 22:48 ` Dave Jiang
2025-04-09 23:36 ` Jason Gunthorpe
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox