diff options
| author | Masanari Iida <standby24x7@gmail.com> | 2014-09-09 01:27:23 +0900 |
|---|---|---|
| committer | Mister Oyster <oysterized@gmail.com> | 2017-04-11 10:59:07 +0200 |
| commit | 0534820c5afc3ee31f58812d7656776bdb6e375c (patch) | |
| tree | b9aa806489be88b01dba1e8f0e4b821d884dba95 /block | |
| parent | e0110f3f8c29b078a1ace6498f41d11068ee399c (diff) | |
kernel: Fix few typos
This patch fix spelling typo found in DocBook/kernel-api.xml.
It is because the file is generated from the source comments,
I have to fix the comments in source codes.
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'block')
| -rw-r--r-- | block/genhd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/block/genhd.c b/block/genhd.c index 7567ed0a8..cc2d9ac28 100644 --- a/block/genhd.c +++ b/block/genhd.c @@ -1663,7 +1663,7 @@ void disk_flush_events(struct gendisk *disk, unsigned int mask) /** * disk_clear_events - synchronously check, clear and return pending events * @disk: disk to fetch and clear events from - * @mask: mask of events to be fetched and clearted + * @mask: mask of events to be fetched and cleared * * Disk events are synchronously checked and pending events in @mask * are cleared and returned. This ignores the block count. |
