lkml.org 
[lkml]   [2013]   [Sep]   [23]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH 02/19] hv: Change variable type to bool
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



\
 
 \ /
  Last update: 2013-09-23 14:21    [W:0.142 / U:0.288 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site