We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd292c1 commit c92ae5dCopy full SHA for c92ae5d
drivers/fwctl/main.c
@@ -105,7 +105,7 @@ static int fwctl_cmd_rpc(struct fwctl_ucmd *ucmd)
105
if (!test_and_set_bit(0, &fwctl_tainted)) {
106
dev_warn(
107
&fwctl->dev,
108
- "%s(%d): has requested full access to the physical device device",
+ "%s(%d): has requested full access to the physical device",
109
current->comm, task_pid_nr(current));
110
add_taint(TAINT_FWCTL, LOCKDEP_STILL_OK);
111
}
0 commit comments