All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Darren Jenkins\\" <darrenrjenkins@gmail.com>
To: kernel-janitors@vger.kernel.org
Subject: [KJ][Patch] make storage class first in nfs4proc.c
Date: Fri, 17 Feb 2006 12:13:55 +0000	[thread overview]
Message-ID: <1140178435.7789.31.camel@localhost.localdomain> (raw)
In-Reply-To: <1140174003.7789.14.camel@localhost.localdomain>

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

G'day list

from http://linuxicc.sourceforge.net/

ICC complains about : Storage Class is not First

@ line 2961 of nfs4proc.c

The patch below just re-orders the modifiers so static is first.

Signed-off-by: Darren Jenkins <darrenrjenkins@gmail.com>

--- linux-2.6.16-rc3/fs/nfs/nfs4proc.c.orig	2006-02-17 23:03:04.000000000 +1100
+++ linux-2.6.16-rc3/fs/nfs/nfs4proc.c	2006-02-17 23:03:51.000000000 +1100
@@ -2958,7 +2958,7 @@ static void nfs4_delegreturn_release(voi
 	kfree(calldata);
 }
 
-const static struct rpc_call_ops nfs4_delegreturn_ops = {
+static const struct rpc_call_ops nfs4_delegreturn_ops = {
 	.rpc_call_prepare = nfs4_delegreturn_prepare,
 	.rpc_call_done = nfs4_delegreturn_done,
 	.rpc_release = nfs4_delegreturn_release,



[-- Attachment #2: Type: text/plain, Size: 168 bytes --]

_______________________________________________
Kernel-janitors mailing list
Kernel-janitors@lists.osdl.org
https://lists.osdl.org/mailman/listinfo/kernel-janitors

  parent reply	other threads:[~2006-02-17 12:13 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-02-17 11:00 [KJ][Patch] make storage class first in pwc-kiara.h Darren Jenkins\
2006-02-17 11:09 ` [KJ][Patch] Make storage class first in machine_kexec.c Darren Jenkins\
2006-02-17 11:43 ` [KJ][Patch] make storage class first in pwc-timon.h Darren Jenkins\
2006-02-17 12:13 ` Darren Jenkins\ [this message]
2006-02-17 16:12 ` [KJ][Patch] make storage class first in pwc-kiara.h Randy.Dunlap
2006-02-17 16:41 ` Adrian Bunk
2006-02-17 16:47 ` Randy.Dunlap
2006-02-18  3:46 ` Darren Jenkins\
2006-02-18  4:58 ` Randy.Dunlap

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=1140178435.7789.31.camel@localhost.localdomain \
    --to=darrenrjenkins@gmail.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 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.