From: David Miller <davem@davemloft.net>
To: sjur.brandeland@stericsson.com
Cc: netdev@vger.kernel.org, marcel@holtmann.org,
daniel.martensson@stericsson.com, kaber@trash.net,
stefano.babic@babic.homelinux.org, randy.dunlap@oracle.com
Subject: Re: [PATCH net-next-2.6 v5 00/12] net-caif: introducing CAIF protocol stack
Date: Sun, 28 Feb 2010 18:22:53 -0800 (PST) [thread overview]
Message-ID: <20100228.182253.35341423.davem@davemloft.net> (raw)
In-Reply-To: <1267409378-2082-1-git-send-email-sjur.brandeland@stericsson.com>
We don't use "u_int8_t" et al. types in the kernel, even in headers
that define user interfaces. Use "u8", "u16", et al. instead.
Please fix this up and resubmit your patch series.
prev parent reply other threads:[~2010-03-01 2:22 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-03-01 2:09 [PATCH net-next-2.6 v5 00/12] net-caif: introducing CAIF protocol stack sjur.brandeland
2010-03-01 2:09 ` [PATCH net-next-2.6 v5 01/12] net-caif: add CAIF protocol definitions sjur.brandeland
2010-03-01 2:09 ` [PATCH net-next-2.6 v5 02/12] net-caif: add CAIF socket and configuration headers sjur.brandeland
2010-03-01 2:09 ` [PATCH net-next-2.6 v5 03/12] net-caif: add CAIF core protocol stack header files sjur.brandeland
2010-03-01 2:09 ` [PATCH net-next-2.6 v5 04/12] net-caif: add CAIF Link layer device " sjur.brandeland
2010-03-01 2:09 ` [PATCH net-next-2.6 v5 05/12] net-caif: add CAIF core protocol stack sjur.brandeland
2010-03-01 2:09 ` [PATCH net-next-2.6 v5 06/12] net-caif: add CAIF generic caif support functions sjur.brandeland
2010-03-01 2:09 ` [PATCH net-next-2.6 v5 07/12] net-caif: add CAIF device registration functionality sjur.brandeland
2010-03-01 2:09 ` [PATCH net-next-2.6 v5 08/12] net-caif: add CAIF socket implementation sjur.brandeland
2010-03-01 2:09 ` [PATCH net-next-2.6 v5 09/12] net-caif: add CAIF netdevice sjur.brandeland
2010-03-01 2:09 ` [PATCH net-next-2.6 v5 10/12] net-caif: add CAIF Kconfig and Makefiles sjur.brandeland
2010-03-01 2:09 ` [PATCH net-next-2.6 v5 11/12] net-caif: add CAIF documentation sjur.brandeland
2010-03-01 2:09 ` [PATCH net-next-2.6 v5 12/12] net-caif-driver: add CAIF serial driver (ldisc) sjur.brandeland
2010-03-01 2:22 ` David Miller [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=20100228.182253.35341423.davem@davemloft.net \
--to=davem@davemloft.net \
--cc=daniel.martensson@stericsson.com \
--cc=kaber@trash.net \
--cc=marcel@holtmann.org \
--cc=netdev@vger.kernel.org \
--cc=randy.dunlap@oracle.com \
--cc=sjur.brandeland@stericsson.com \
--cc=stefano.babic@babic.homelinux.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;
as well as URLs for NNTP newsgroup(s).