From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753751AbbE1LNa (ORCPT ); Thu, 28 May 2015 07:13:30 -0400 Received: from smtp02.citrix.com ([66.165.176.63]:2560 "EHLO SMTP02.CITRIX.COM" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752995AbbE1LNV (ORCPT ); Thu, 28 May 2015 07:13:21 -0400 X-IronPort-AV: E=Sophos;i="5.13,512,1427760000"; d="scan'208";a="269341275" Message-ID: <5566F84F.3050600@citrix.com> Date: Thu, 28 May 2015 12:13:19 +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 CC: Boris Ostrovsky , Konrad Rzeszutek Wilk , Subject: Re: xen/tmem: use BUILD_BUG_ON() in favor of BUG_ON() References: <5566EC98020000780007E66A@mail.emea.novell.com> <5566EFAB.9020400@citrix.com> <55670FD2020000780007E7E5@mail.emea.novell.com> In-Reply-To: <55670FD2020000780007E7E5@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 11:53, Jan Beulich wrote: >>>> On 28.05.15 at 12:36, wrote: >> On 28/05/15 09:23, Jan Beulich wrote: >>> ... when the checked expression is compile time constant. >> >> Commit messages should be complete sentences, please. > > Do you mean I should repeat the start of the sentence from the > title in the body? Well, in this case the body is redundant and could be omitted. David