From: Greg KH <gregkh@linuxfoundation.org>
To: Matteo Semenzato <mattew8898@gmail.com>
Cc: tvboxspy@gmail.com, gclement@baobob.org, joe@perches.com,
guido@vanguardiasur.com.ar, devel@driverdev.osuosl.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH] Staging: vt6655: replace C99 style comments
Date: Fri, 6 Mar 2015 16:27:47 -0800 [thread overview]
Message-ID: <20150307002747.GA7575@kroah.com> (raw)
In-Reply-To: <1425061097-16079-1-git-send-email-mattew8898@gmail.com>
On Fri, Feb 27, 2015 at 07:18:17PM +0100, Matteo Semenzato wrote:
> From: Matteo Semenzato <mattew8898@gmail.com>
>
> This patch fixes the following error:
> ERROR: do not use C99 // comments
>
> Signed-off-by: Matteo Semenzato <mattew8898@gmail.com>
> ---
> drivers/staging/vt6655/key.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/staging/vt6655/key.h b/drivers/staging/vt6655/key.h
> index c01d4af..261f818 100644
> --- a/drivers/staging/vt6655/key.h
> +++ b/drivers/staging/vt6655/key.h
> @@ -66,4 +66,4 @@ int vnt_key_init_table(struct vnt_private *);
> int vnt_set_keys(struct ieee80211_hw *hw, struct ieee80211_sta *sta,
> struct ieee80211_vif *vif, struct ieee80211_key_conf *key);
>
> -#endif // __KEY_H__
> +#endif /* __KEY_H__ */
> --
> 2.3.1
Does not apply to my tree, someone else already made this change :(
next prev parent reply other threads:[~2015-03-07 11:00 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-02-27 18:18 [PATCH] Staging: vt6655: replace C99 style comments Matteo Semenzato
2015-03-07 0:27 ` Greg KH [this message]
-- strict thread matches above, loose matches on Subject: below --
2014-06-02 3:06 [PATCH] staging: " James A Shackleford
2014-06-02 5:59 ` DaeSeok Youn
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=20150307002747.GA7575@kroah.com \
--to=gregkh@linuxfoundation.org \
--cc=devel@driverdev.osuosl.org \
--cc=gclement@baobob.org \
--cc=guido@vanguardiasur.com.ar \
--cc=joe@perches.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mattew8898@gmail.com \
--cc=tvboxspy@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.