[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <4ECC983F.1080602@gmx.de>
Date: Wed, 23 Nov 2011 06:52:47 +0000
From: Florian Tobias Schandinat <FlorianSchandinat@....de>
To: Zac Storer <zac.3.14159@...il.com>
CC: linux-fbdev@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH 4/4] Drivers: video: sbuslib: fixed a brace coding style
issue
On 11/18/2011 04:38 AM, Zac Storer wrote:
> Fixed a brace coding style issue.
>
> Signed-off-by: Zac Storer <zac.3.14159@...il.com>
Applied.
Thanks,
Florian Tobias Schandinat
> ---
> drivers/video/sbuslib.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/drivers/video/sbuslib.c b/drivers/video/sbuslib.c
> index 37d764a..3c1de98 100644
> --- a/drivers/video/sbuslib.c
> +++ b/drivers/video/sbuslib.c
> @@ -76,7 +76,7 @@ int sbusfb_mmap_helper(struct sbus_mmap_map *map,
> map_offset = (physbase + map[i].poff) & POFF_MASK;
> break;
> }
> - if (!map_size){
> + if (!map_size) {
> page += PAGE_SIZE;
> continue;
> }
--
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