Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753857Ab3IWMBl (ORCPT ); Mon, 23 Sep 2013 08:01:41 -0400 Received: from aserp1040.oracle.com ([141.146.126.69]:22922 "EHLO aserp1040.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753444Ab3IWMBj (ORCPT ); Mon, 23 Sep 2013 08:01:39 -0400 Date: Mon, 23 Sep 2013 15:01:29 +0300 From: Dan Carpenter To: Peter Senna Tschudin Cc: kys@microsoft.com, devel@linuxdriverproject.org, haiyangz@microsoft.com, kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 02/19] hv: Change variable type to bool Message-ID: <20130923120129.GI6192@mwanda> References: <1379802471-30252-1-git-send-email-peter.senna@gmail.com> <1379802471-30252-2-git-send-email-peter.senna@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1379802471-30252-2-git-send-email-peter.senna@gmail.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-Source-IP: ucsinet22.oracle.com [156.151.31.94] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 961 Lines: 26 On Sun, Sep 22, 2013 at 12:27:34AM +0200, Peter Senna Tschudin wrote: > diff --git a/drivers/hv/hv_util.c b/drivers/hv/hv_util.c > index cb82233..fa37369 100644 > --- a/drivers/hv/hv_util.c > +++ b/drivers/hv/hv_util.c > @@ -82,7 +82,7 @@ static void shutdown_onchannelcallback(void *context) > struct vmbus_channel *channel = context; > u32 recvlen; > u64 requestid; > - u8 execute_shutdown = false; > + bool execute_shutdown = false; > u8 *shut_txf_buf = util_shutdown.recv_buffer; > The two spaces are meant so first letters 'r', 'r', 'e', and 's' are on the same column. It should just be one space so we don't have to re-align everything when we make a change like this. regards, dan carpenter -- 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/