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 6093cdd commit 9043d41Copy full SHA for 9043d41
simrupt.c
@@ -290,7 +290,7 @@ static int simrupt_open(struct inode *inode, struct file *filp)
290
pr_debug("simrupt: %s\n", __func__);
291
if (atomic_inc_return(&open_cnt) == 1)
292
mod_timer(&timer, jiffies + msecs_to_jiffies(delay));
293
- pr_info("openm current cnt: %d\n", atomic_read(&open_cnt));
+ pr_info("open current cnt: %d\n", atomic_read(&open_cnt));
294
295
return 0;
296
}
0 commit comments