Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Shannon Nelson and committed by
Jason Gunthorpe
c92ae5d4 fd292c1f

+1 -1
+1 -1
drivers/fwctl/main.c
··· 105 105 if (!test_and_set_bit(0, &fwctl_tainted)) { 106 106 dev_warn( 107 107 &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", 109 109 current->comm, task_pid_nr(current)); 110 110 add_taint(TAINT_FWCTL, LOCKDEP_STILL_OK); 111 111 }