Subject: [PATCH 2/8] trivial: fix typo s/complied-in/compiled-in/

Signed-off-by: Thadeu Lima de Souza Cascardo <[email protected]>
---
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


2009-10-16 13:23:06

by Jiri Kosina

[permalink] [raw]
Subject: Re: [PATCH 2/8] trivial: fix typo s/complied-in/compiled-in/

On Thu, 15 Oct 2009, Thadeu Lima de Souza Cascardo wrote:

> Signed-off-by: Thadeu Lima de Souza Cascardo <[email protected]>
> ---
> 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;

Hi,

as patches 2-8 from your series only fix typos/grammar in code comments, I
have merged them together into one patch and applied to trivial queue.
Thanks,

--
Jiri Kosina
SUSE Labs, Novell Inc.