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