Skip to content

Commit c92ae5d

Browse files
emuslnjgunthorpe
authored andcommitted
fwctl: Fix repeated device word in log message
Remove the repeated word "device" from a dev_warn() message. Link: https://patch.msgid.link/r/20250408223300.24561-1-shannon.nelson@amd.com Signed-off-by: Shannon Nelson <shannon.nelson@amd.com> Reviewed-by: Dave Jiang <dave.jiang@intel.com> Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
1 parent fd292c1 commit c92ae5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/fwctl/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ static int fwctl_cmd_rpc(struct fwctl_ucmd *ucmd)
105105
if (!test_and_set_bit(0, &fwctl_tainted)) {
106106
dev_warn(
107107
&fwctl->dev,
108-
"%s(%d): has requested full access to the physical device device",
108+
"%s(%d): has requested full access to the physical device",
109109
current->comm, task_pid_nr(current));
110110
add_taint(TAINT_FWCTL, LOCKDEP_STILL_OK);
111111
}

0 commit comments

Comments
 (0)