Skip to content

Commit 9043d41

Browse files
Fix typo (#2)
1 parent 6093cdd commit 9043d41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

simrupt.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ static int simrupt_open(struct inode *inode, struct file *filp)
290290
pr_debug("simrupt: %s\n", __func__);
291291
if (atomic_inc_return(&open_cnt) == 1)
292292
mod_timer(&timer, jiffies + msecs_to_jiffies(delay));
293-
pr_info("openm current cnt: %d\n", atomic_read(&open_cnt));
293+
pr_info("open current cnt: %d\n", atomic_read(&open_cnt));
294294

295295
return 0;
296296
}

0 commit comments

Comments
 (0)