[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1255635925-5738-1-git-send-email-cascardo@holoscopio.com>
Date: Thu, 15 Oct 2009 16:45:25 -0300
From: Thadeu Lima de Souza Cascardo <cascardo@...oscopio.com>
To: trivial@...nel.org
Cc: jayalk@...works.biz, lethal@...ux-sh.org, damm@...l.co.jp,
akpm@...ux-foundation.org, linux-fbdev-devel@...ts.sourceforge.net,
linux-kernel@...r.kernel.org,
Thadeu Lima de Souza Cascardo <cascardo@...oscopio.com>
Subject: [PATCH 2/8] trivial: fix typo s/complied-in/compiled-in/
Signed-off-by: Thadeu Lima de Souza Cascardo <cascardo@...oscopio.com>
---
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 c27ab1e..e59c083 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)
{
struct fb_info *info = file->private_data;
- /* Skip if deferred io is complied-in but disabled on this fbdev */
+ /* Skip if deferred io is compiled-in but disabled on this fbdev */
if (!info->fbdefio)
return 0;
--
1.6.3.3
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists