public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Alex Khripin <akhripin@mit.edu>
To: linux-kernel@vger.kernel.org
Subject: [PATCH] Replaces if(x) BUG() with BUG_ON(x)
Date: Wed, 30 Jan 2002 05:14:57 -0500	[thread overview]
Message-ID: <20020130101457.GA21996@morgoth.mit.edu> (raw)

Hi,
This patch replaces most instances of
if(condition) BUG();
with
BUG_ON(condition);
taking advantage of the new API. Since it's a large patch (9000 lines)
it's available at http://web.mit.edu/akhripin/Public/bug_on_patch
-Alex Khripin

             reply	other threads:[~2002-01-30 10:15 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-01-30 10:14 Alex Khripin [this message]
  -- strict thread matches above, loose matches on Subject: below --
2002-01-30 11:02 [PATCH] Replaces if(x) BUG() with BUG_ON(x) Alex Khripin

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=20020130101457.GA21996@morgoth.mit.edu \
    --to=akhripin@mit.edu \
    --cc=linux-kernel@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox