[PATCH][sparc64/solaris/fs.c] logical/bitor typos

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



These should be logical, correct?
--
logical/bitor typos

Signed-off-by: Roel Kluin <12o3l@xxxxxxxxxx>
---
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)
 {
-
To unsubscribe from this list: send the line "unsubscribe sparclinux" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Kernel Development]     [DCCP]     [Linux ARM Development]     [Linux]     [Photo]     [Yosemite Help]     [Linux ARM Kernel]     [Linux SCSI]     [Linux x86_64]     [Linux Hams]

  Powered by Linux