Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758159AbYBRHsx (ORCPT ); Mon, 18 Feb 2008 02:48:53 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1756759AbYBRHsp (ORCPT ); Mon, 18 Feb 2008 02:48:45 -0500 Received: from bombadil.infradead.org ([18.85.46.34]:40191 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754097AbYBRHsn (ORCPT ); Mon, 18 Feb 2008 02:48:43 -0500 Reply-To: From: "Kyungmin Park" To: "'Roel Kluin'" <12o3l@tiscali.nl> Cc: , "'lkml'" References: <47B719FB.4020107@tiscali.nl> Subject: RE: [PATCH] drivers/mtd/onenand/onenand_base.c unlikely(x) || unlikely(y) => unlikely(x || y) Date: Mon, 18 Feb 2008 16:48:52 +0900 Organization: infradead Message-ID: <007701c87202$b87c8b10$1fa9580a@swcenter.sec.samsung.co.kr> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 In-reply-to: <47B719FB.4020107@tiscali.nl> X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2900.3198 Thread-index: Achwv2vRtPRypGT7S6q9VblxO6PxWABQr4Fw Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 427 Lines: 12 > Not yet tested. > --- > Replace unlikely(x) || unlikely(y) by unlikely(x || y) > > Signed-off-by: Roel Kluin <12o3l@tiscali.nl> Ack-by: Kyungmin Park -- 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/