From: Jes Sorensen <jes.sorensen@gmail.com>
To: Yeliz Taneroglu <yeliztaneroglu@gmail.com>,
outreachy-kernel@googlegroups.com
Subject: Re: [Outreachy kernel] [PATCH] Staging: rtl8723au: Fixed error 'else should follow close brace '}".
Date: Wed, 04 Mar 2015 20:40:06 -0500 [thread overview]
Message-ID: <54F7B3F6.7070803@gmail.com> (raw)
In-Reply-To: <1425503716-13317-1-git-send-email-yeliztaneroglu@gmail.com>
On 03/04/15 16:15, Yeliz Taneroglu wrote:
> This patch fixes error 'else should follow close brace '}"
> found by checkpatch in driver rtl8723au.
>
> Signed-off-by: Yeliz Taneroglu <yeliztaneroglu@gmail.com>
> ---
> drivers/staging/rtl8723au/core/rtw_efuse.c | 3 +--
> 1 file changed, 1 insertion(+), 2 deletions(-)
Hi Yeliz,
Your patch is fine, calling it an error is maybe a little much, but I
think this is fine for this case.
Cheers
Jes
> diff --git a/drivers/staging/rtl8723au/core/rtw_efuse.c b/drivers/staging/rtl8723au/core/rtw_efuse.c
> index a6deddc..29fc25b 100644
> --- a/drivers/staging/rtl8723au/core/rtw_efuse.c
> +++ b/drivers/staging/rtl8723au/core/rtw_efuse.c
> @@ -304,8 +304,7 @@ EFUSE_Read1Byte23a(struct rtw_adapter *Adapter, u16 Address)
> }
> data = rtl8723au_read8(Adapter, EFUSE_CTRL);
> return data;
> - }
> - else
> + } else
> return 0xFF;
> }/* EFUSE_Read1Byte23a */
>
>
prev parent reply other threads:[~2015-03-05 1:40 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-03-04 21:15 [PATCH] Staging: rtl8723au: Fixed error 'else should follow close brace '}" Yeliz Taneroglu
2015-03-05 1:40 ` Jes Sorensen [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=54F7B3F6.7070803@gmail.com \
--to=jes.sorensen@gmail.com \
--cc=outreachy-kernel@googlegroups.com \
--cc=yeliztaneroglu@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.