Skip to content

Commit

Permalink
Fix typo (#240)
Browse files Browse the repository at this point in the history
  • Loading branch information
visitorckw committed Oct 8, 2023
1 parent c81fdd3 commit e1594ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/bottomhalf.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#include <linux/printk.h>
#include <linux/init.h>

/* Macro DECLARE_TASKLET_OLD exists for compatibiity.
/* Macro DECLARE_TASKLET_OLD exists for compatibility.
* See https://lwn.net/Articles/830964/
*/
#ifndef DECLARE_TASKLET_OLD
Expand Down
2 changes: 1 addition & 1 deletion examples/procfs4.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ static void *my_seq_start(struct seq_file *s, loff_t *pos)
}

/* This function is called after the beginning of a sequence.
* It is called untill the return is NULL (this ends the sequence).
* It is called until the return is NULL (this ends the sequence).
*/
static void *my_seq_next(struct seq_file *s, void *v, loff_t *pos)
{
Expand Down

0 comments on commit e1594ba

Please sign in to comment.