Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756009AbbFPAMq (ORCPT ); Mon, 15 Jun 2015 20:12:46 -0400 Received: from shards.monkeyblade.net ([149.20.54.216]:42781 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751350AbbFPAMh (ORCPT ); Mon, 15 Jun 2015 20:12:37 -0400 Date: Mon, 15 Jun 2015 17:12:36 -0700 (PDT) Message-Id: <20150615.171236.163139411049619966.davem@davemloft.net> To: maninder1.s@samsung.com Cc: willemb@google.com, dborkman@redhat.com, al.drozdov@gmail.com, viro@zeniv.linux.org.uk, eyal.birger@gmail.com, mst@redhat.com, netdev@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/1] net: replace if()/BUG with BUG_ON() From: David Miller In-Reply-To: <"000201d0a728$e1928230$a4b78690$@s"@samsung.com> References: <"000201d0a728$e1928230$a4b78690$@s"@samsung.com> X-Mailer: Mew version 6.6 on Emacs 24.5 / Mule 6.0 (HANACHIRUSATO) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.5.12 (shards.monkeyblade.net [149.20.54.216]); Mon, 15 Jun 2015 17:12:37 -0700 (PDT) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 563 Lines: 14 From: Maninder Singh Date: Mon, 15 Jun 2015 10:35:05 +0530 > Use BUG_ON(condition) instead of if(condition)/BUG() > > Signed-off-by: Maninder Singh > Reviewed-by: Akhilesh Kumar Your email client corrupted this patch, making it unusable. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/