From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753339AbbE1Kgb (ORCPT ); Thu, 28 May 2015 06:36:31 -0400 Received: from smtp.citrix.com ([66.165.176.89]:47538 "EHLO SMTP.CITRIX.COM" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751871AbbE1Kga (ORCPT ); Thu, 28 May 2015 06:36:30 -0400 X-IronPort-AV: E=Sophos;i="5.13,512,1427760000"; d="scan'208";a="266715630" Message-ID: <5566EFAB.9020400@citrix.com> Date: Thu, 28 May 2015 11:36:27 +0100 From: David Vrabel User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Icedove/31.4.0 MIME-Version: 1.0 To: Jan Beulich , Boris Ostrovsky , Konrad Rzeszutek Wilk CC: Subject: Re: xen/tmem: use BUILD_BUG_ON() in favor of BUG_ON() References: <5566EC98020000780007E66A@mail.emea.novell.com> In-Reply-To: <5566EC98020000780007E66A@mail.emea.novell.com> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit X-DLP: MIA1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 28/05/15 09:23, Jan Beulich wrote: > ... when the checked expression is compile time constant. Commit messages should be complete sentences, please. David