From: Jes Sorensen <jes.sorensen@gmail.com>
To: Ksenija Stanojevic <ksenija.stanojevic@gmail.com>,
outreachy-kernel@googlegroups.com
Subject: Re: [Outreachy kernel] [PATCH] Staging: rtl8192u: Add space
Date: Mon, 23 Feb 2015 15:56:05 -0500 [thread overview]
Message-ID: <54EB93E5.9000606@gmail.com> (raw)
In-Reply-To: <1424724642-9022-1-git-send-email-ksenija.stanojevic@gmail.com>
On 02/23/15 15:50, Ksenija Stanojevic wrote:
> This patch adds space after struct definition. Issue found by
> checkpatch.pl.
>
> Signed-off-by: Ksenija Stanojevic <ksenija.stanojevic@gmail.com>
> ---
> drivers/staging/rtl8192u/ieee80211/rtl819x_TS.h | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
Looks good
Jes
> diff --git a/drivers/staging/rtl8192u/ieee80211/rtl819x_TS.h b/drivers/staging/rtl8192u/ieee80211/rtl819x_TS.h
> index e283f5e..d7c718b 100644
> --- a/drivers/staging/rtl8192u/ieee80211/rtl819x_TS.h
> +++ b/drivers/staging/rtl8192u/ieee80211/rtl819x_TS.h
> @@ -14,7 +14,7 @@ typedef enum _TR_SELECT {
> RX_DIR = 1,
> } TR_SELECT, *PTR_SELECT;
>
> -typedef struct _TS_COMMON_INFO{
> +typedef struct _TS_COMMON_INFO {
> struct list_head List;
> struct timer_list SetupTimer;
> struct timer_list InactTimer;
> @@ -25,7 +25,7 @@ typedef struct _TS_COMMON_INFO{
> u8 TClasNum;
> } TS_COMMON_INFO, *PTS_COMMON_INFO;
>
> -typedef struct _TX_TS_RECORD{
> +typedef struct _TX_TS_RECORD {
> TS_COMMON_INFO TsCommonInfo;
> u16 TxCurSeq;
> BA_RECORD TxPendingBARecord; /* For BA Originator */
>
next prev parent reply other threads:[~2015-02-23 20:56 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-02-23 20:50 [PATCH] Staging: rtl8192u: Add space Ksenija Stanojevic
2015-02-23 20:56 ` Jes Sorensen [this message]
2015-02-26 21:46 ` [Outreachy kernel] " Greg KH
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=54EB93E5.9000606@gmail.com \
--to=jes.sorensen@gmail.com \
--cc=ksenija.stanojevic@gmail.com \
--cc=outreachy-kernel@googlegroups.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.