public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 12/13] "const static" vs "static const" in nfs4
@ 2006-02-24 20:49 Jesper Juhl
  2006-02-24 22:59 ` Trond Myklebust
  0 siblings, 1 reply; 8+ messages in thread
From: Jesper Juhl @ 2006-02-24 20:49 UTC (permalink / raw)
  To: Andrew Morton
  Cc: linux-kernel, Kendrick Smith, Andy Adamson, neilb,
	trond.myklebust, Jesper Juhl


My previous "const static" vs "static const" cleanup missed a single case,
patch below takes care of it.


Signed-off-by: Jesper Juhl <jesper.juhl@gmail.com>
---

 fs/nfs/nfs4proc.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

--- linux-2.6.16-rc4-mm2-orig/fs/nfs/nfs4proc.c	2006-02-24 19:25:39.000000000 +0100
+++ linux-2.6.16-rc4-mm2/fs/nfs/nfs4proc.c	2006-02-24 19:38:28.000000000 +0100
@@ -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,

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2006-02-25 10:05 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-02-24 20:49 [PATCH 12/13] "const static" vs "static const" in nfs4 Jesper Juhl
2006-02-24 22:59 ` Trond Myklebust
2006-02-24 23:01   ` Jesper Juhl
2006-02-24 23:17     ` Al Viro
2006-02-24 23:20       ` Jesper Juhl
2006-02-24 23:22       ` Ben Pfaff
2006-02-25  9:36         ` Jan Engelhardt
2006-02-25 10:05           ` Andreas Schwab

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox