linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Fix C99 initializers in fs/nfs/nfs4proc.c
@ 2003-04-23 15:17 Art Haas
  0 siblings, 0 replies; only message in thread
From: Art Haas @ 2003-04-23 15:17 UTC (permalink / raw)
  To: linux-kernel, Kendrick Smith, Andy Adamson, nfs; +Cc: Linus Torvalds

Hi.

Here's a small patch that fixes missing '=' characters from the
initializers. The patch is against the current BK.

Art Haas

===== fs/nfs/nfs4proc.c 1.20 vs edited =====
--- 1.20/fs/nfs/nfs4proc.c	Mon Apr  7 17:47:19 2003
+++ edited/fs/nfs/nfs4proc.c	Wed Apr 23 10:11:43 2003
@@ -572,10 +572,10 @@
 	u32                     f_bmres[2];
 	u32                     d_bmres[2];
 	struct nfs_fattr        d_attr = {
-		.valid          0,
+		.valid          = 0,
 	};
 	struct nfs_fattr        f_attr = {
-		.valid          0,
+		.valid          = 0,
 	};
 	struct nfs4_getattr     f_getattr = {
 		.gt_bmval       = nfs4_fattr_bitmap,
-- 
To announce that there must be no criticism of the President, or that we
are to stand by the President, right or wrong, is not only unpatriotic
and servile, but is morally treasonable to the American public.
 -- Theodore Roosevelt, Kansas City Star, 1918

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-04-23 16:30 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-04-23 15:17 [PATCH] Fix C99 initializers in fs/nfs/nfs4proc.c Art Haas

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).