* [PATCH][sparc64/solaris/fs.c] logical/bitor typos
@ 2008-01-30 0:30 Roel Kluin
0 siblings, 0 replies; only message in thread
From: Roel Kluin @ 2008-01-30 0:30 UTC (permalink / raw)
To: sparclinux
These should be logical, correct?
--
logical/bitor typos
Signed-off-by: Roel Kluin <12o3l@tiscali.nl>
---
diff --git a/arch/sparc64/solaris/fs.c b/arch/sparc64/solaris/fs.c
index 61be597..2ca724a 100644
--- a/arch/sparc64/solaris/fs.c
+++ b/arch/sparc64/solaris/fs.c
@@ -78,7 +78,8 @@ struct sol_stat64 {
s32 st_pad4[4]; /* expansion area */
};
-#define UFSMAGIC (((unsigned)'u'<<24)||((unsigned)'f'<<16)||((unsigned)'s'<<8))
+#define UFSMAGIC (((unsigned)'u' << 24) | ((unsigned)'f' << 16) | \
+ ((unsigned)'s' << 8))
static inline int putstat(struct sol_stat __user *ubuf, struct kstat *kbuf)
{
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2008-01-30 0:30 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-30 0:30 [PATCH][sparc64/solaris/fs.c] logical/bitor typos Roel Kluin
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.