All of lore.kernel.org
 help / color / mirror / Atom feed
From: Roel Kluin <12o3l@tiscali.nl>
To: sparclinux@vger.kernel.org
Subject: possible typo in arch/sparc64/kernel/time.c
Date: Sat, 27 Oct 2007 15:25:51 +0000	[thread overview]
Message-ID: <4723587F.1020301@tiscali.nl> (raw)

I already posted something on lkml, but it wasn't picked up

in arch/sparc64/kernel/time.c, line 1073 it reads:

        if (!mregs && !dregs & !bregs)

shouldn this be

        if (!mregs && !dregs && !bregs)

or

        if (!mregs && !(dregs & !bregs))

?

             reply	other threads:[~2007-10-27 15:25 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-10-27 15:25 Roel Kluin [this message]
2007-10-28  5:30 ` possible typo in arch/sparc64/kernel/time.c David Miller

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=4723587F.1020301@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.