From: Dan Carpenter <error27@gmail.com>
To: Sakari Ailus <sakari.ailus@iki.fi>
Cc: netdev@vger.kernel.org
Subject: re: tlan: Code cleanup: checkpatch.pl is relatively happy now.
Date: Sun, 6 Feb 2011 13:43:30 +0300 [thread overview]
Message-ID: <20110206104330.GA4384@bicker> (raw)
Commit c659c38b279657 "tlan: Code cleanup: checkpatch.pl is relatively
happy now." includes the following change without explanation.
- if ( ( head_list->cStat & TLAN_CSTAT_READY ) == TLAN_CSTAT_READY ) {
+ if (head_list->c_stat & TLAN_CSTAT_READY) {
Was this a bug fix or a bug introduce?
regards,
dan carpenter
next reply other threads:[~2011-02-06 10:45 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-02-06 10:43 Dan Carpenter [this message]
2011-02-06 13:24 ` tlan: Code cleanup: checkpatch.pl is relatively happy now Sakari Ailus
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=20110206104330.GA4384@bicker \
--to=error27@gmail.com \
--cc=netdev@vger.kernel.org \
--cc=sakari.ailus@iki.fi \
/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.