public inbox for kernel-janitors@vger.kernel.org
 help / color / mirror / Atom feed
From: Dan Carpenter <dan.carpenter@oracle.com>
To: kernel-janitors@vger.kernel.org
Subject: Re: [PATCH 1/4] drivers/staging/vt6656/wpa2.h: Removed ttype.h and
Date: Fri, 04 Nov 2011 10:54:46 +0000	[thread overview]
Message-ID: <20111104105446.GM4682@mwanda> (raw)
In-Reply-To: <CAGkUK2vuPMf7zWpBJosZdJLnFHsMN0f=St8dvgmrOzcA0JrPHA@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 1389 bytes --]

On Fri, Nov 04, 2011 at 07:09:07AM -0300, Marcos Souza wrote:
> So, I forgot to include kernels janitors on theses patches, so, forwarding...
> 

These should go to what the get_maintainer.pl script says.

./scripts/get_maintainer.pl -f drivers/staging/vt6656/wpa2.h

Don't include linux-kernel though, they don't care about white space
fixes.

Why are you removing the "ttype.h" include?  I'm not saying you're
wrong to do that, but you should explain that in the change log.  Is
the ttype.h file not needed anymore or something?

Also don't put "So, I forgot to include kernels janitors on theses
patches, so, forwarding..." in the changelog part of the email.  How
maintainers apply patches is that they save the raw text of the email
and then cat raw_email.txt | git am.  Those kind of comments should
go after the --- and before the diff where I've marked below.  git am
ignores the stuff there.

> Removed some old comments and removed ttype.h of the file.
> 
> Signed-off-by: Marcos Paulo de Souza <marcos.mage@gmail.com>
> ---
  ^^^
Put extra comments here, below those three dashes.

>  typedef struct tagsPMKIDInfo {
> -    BYTE    abyBSSID[6];
> -    BYTE    abyPMKID[16];
> +	unsigned char abyBSSID[6];
> +	unsigned char abyPMKID[16];

It's not a big deal either way, but normally people would use "u8"
here.

regards,
dan carpenter



[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

      reply	other threads:[~2011-11-04 10:54 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-11-04 10:09 [PATCH 1/4] drivers/staging/vt6656/wpa2.h: Removed ttype.h and some Marcos Souza
2011-11-04 10:54 ` Dan Carpenter [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=20111104105446.GM4682@mwanda \
    --to=dan.carpenter@oracle.com \
    --cc=kernel-janitors@vger.kernel.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox