Message ID | 1406756772-27209-1-git-send-email-mike.holmes@linaro.org |
---|---|
State | Accepted |
Commit | 940544e42a8c5ee6b0cd11cf257c745f802406bf |
Headers | show |
On 2014-07-30 17:46, Mike Holmes wrote: > Signed-off-by: Mike Holmes <mike.holmes@linaro.org> Reviewed-by: Anders Roxell <anders.roxell@linaro.org> > --- > CONTRIBUTING | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff --git a/CONTRIBUTING b/CONTRIBUTING > index 37330ca..08887de 100644 > --- a/CONTRIBUTING > +++ b/CONTRIBUTING > @@ -2,7 +2,9 @@ > > The ODP API follows the linux kernel coding style [1] and code submission > process [2], albeit patch submissions are to be submitted to the ODP > -linaro-networking mailing list [3] (not LKML, etc.). > +linaro-networking mailing list [3] (not LKML, etc.). ODP targets the C99 standard > +and code should refrain from using gcc specific extensions in the interface and > +in the linux-generic implementation or examples. > > To certify you wrote the code, or otherwise have the right to pass it > on (presumably from a compatibly licensed project), we use the "Developer's > -- > 1.9.1 > > > _______________________________________________ > lng-odp mailing list > lng-odp@lists.linaro.org > http://lists.linaro.org/mailman/listinfo/lng-odp
Applied, thanks! Maxim. On 07/31/2014 01:46 AM, Mike Holmes wrote: > Signed-off-by: Mike Holmes <mike.holmes@linaro.org> > --- > CONTRIBUTING | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff --git a/CONTRIBUTING b/CONTRIBUTING > index 37330ca..08887de 100644 > --- a/CONTRIBUTING > +++ b/CONTRIBUTING > @@ -2,7 +2,9 @@ > > The ODP API follows the linux kernel coding style [1] and code submission > process [2], albeit patch submissions are to be submitted to the ODP > -linaro-networking mailing list [3] (not LKML, etc.). > +linaro-networking mailing list [3] (not LKML, etc.). ODP targets the C99 standard > +and code should refrain from using gcc specific extensions in the interface and > +in the linux-generic implementation or examples. > > To certify you wrote the code, or otherwise have the right to pass it > on (presumably from a compatibly licensed project), we use the "Developer's
diff --git a/CONTRIBUTING b/CONTRIBUTING index 37330ca..08887de 100644 --- a/CONTRIBUTING +++ b/CONTRIBUTING @@ -2,7 +2,9 @@ The ODP API follows the linux kernel coding style [1] and code submission process [2], albeit patch submissions are to be submitted to the ODP -linaro-networking mailing list [3] (not LKML, etc.). +linaro-networking mailing list [3] (not LKML, etc.). ODP targets the C99 standard +and code should refrain from using gcc specific extensions in the interface and +in the linux-generic implementation or examples. To certify you wrote the code, or otherwise have the right to pass it on (presumably from a compatibly licensed project), we use the "Developer's
Signed-off-by: Mike Holmes <mike.holmes@linaro.org> --- CONTRIBUTING | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)