From: Roel Kluin <12o3l@tiscali.nl>
To: sparclinux@vger.kernel.org
Subject: [PATCH][sparc64/solaris/fs.c] logical/bitor typos
Date: Wed, 30 Jan 2008 00:30:36 +0000 [thread overview]
Message-ID: <479FC52C.7010607@tiscali.nl> (raw)
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)
{
reply other threads:[~2008-01-30 0:30 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=479FC52C.7010607@tiscali.nl \
--to=12o3l@tiscali.nl \
--cc=sparclinux@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.