diff mbox

net:xen-netback - Change 1 to true for bool type variable.

Message ID 1432576171-3563-1-git-send-email-shailendra.capricorn@gmail.com
State Accepted, archived
Delegated to: David Miller
Headers show

Commit Message

Shailendra Verma May 25, 2015, 5:49 p.m. UTC
The variable separate_tx_rx_irq is bool type so assigning true
instead of 1.

Signed-off-by: Shailendra Verma <shailendra.capricorn@gmail.com>
---
 drivers/net/xen-netback/netback.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

David Miller May 25, 2015, 8:34 p.m. UTC | #1
From: Shailendra Verma <shailendra.capricorn@gmail.com>
Date: Mon, 25 May 2015 23:19:31 +0530

> The variable separate_tx_rx_irq is bool type so assigning true
> instead of 1.
> 
> Signed-off-by: Shailendra Verma <shailendra.capricorn@gmail.com>

Applied.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/drivers/net/xen-netback/netback.c b/drivers/net/xen-netback/netback.c
index 4de46aa..792ada6 100644
--- a/drivers/net/xen-netback/netback.c
+++ b/drivers/net/xen-netback/netback.c
@@ -52,7 +52,7 @@ 
  * event channels are limited resource. Split event channels are
  * enabled by default.
  */
-bool separate_tx_rx_irq = 1;
+bool separate_tx_rx_irq = true;
 module_param(separate_tx_rx_irq, bool, 0644);
 
 /* The time that packets can stay on the guest Rx internal queue