diff options
-rw-r--r-- | drivers/hv/hv_util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hv/hv_util.c b/drivers/hv/hv_util.c index cb82233541b1..9113850edb43 100644 --- a/drivers/hv/hv_util.c +++ b/drivers/hv/hv_util.c | |||
@@ -82,7 +82,7 @@ static void shutdown_onchannelcallback(void *context) | |||
82 | struct vmbus_channel *channel = context; | 82 | struct vmbus_channel *channel = context; |
83 | u32 recvlen; | 83 | u32 recvlen; |
84 | u64 requestid; | 84 | u64 requestid; |
85 | u8 execute_shutdown = false; | 85 | bool execute_shutdown = false; |
86 | u8 *shut_txf_buf = util_shutdown.recv_buffer; | 86 | u8 *shut_txf_buf = util_shutdown.recv_buffer; |
87 | 87 | ||
88 | struct shutdown_msg_data *shutdown_msg; | 88 | struct shutdown_msg_data *shutdown_msg; |