diff options
author | Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com> | 2009-10-16 09:20:49 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2009-12-04 09:39:48 -0500 |
commit | 94e2bd688820aed72b4f8092f88c2ccf64e003de (patch) | |
tree | 988de1817ec5ebe40dc6f2901eb86987876c517f /drivers/video/fb_defio.c | |
parent | 65cb76baa1058d17d51ce948b697cdbd5dc97421 (diff) |
tree-wide: fix some typos and punctuation in comments
fix some typos and punctuation in comments
Signed-off-by: Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/video/fb_defio.c')
-rw-r--r-- | drivers/video/fb_defio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/fb_defio.c b/drivers/video/fb_defio.c index c27ab1ed9604..e59c08320886 100644 --- a/drivers/video/fb_defio.c +++ b/drivers/video/fb_defio.c | |||
@@ -71,7 +71,7 @@ int fb_deferred_io_fsync(struct file *file, struct dentry *dentry, int datasync) | |||
71 | { | 71 | { |
72 | struct fb_info *info = file->private_data; | 72 | struct fb_info *info = file->private_data; |
73 | 73 | ||
74 | /* Skip if deferred io is complied-in but disabled on this fbdev */ | 74 | /* Skip if deferred io is compiled-in but disabled on this fbdev */ |
75 | if (!info->fbdefio) | 75 | if (!info->fbdefio) |
76 | return 0; | 76 | return 0; |
77 | 77 | ||