Commit c489dbb1 authored by Shailendra Verma's avatar Shailendra Verma Committed by David S. Miller
Browse files

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



The variable separate_tx_rx_irq is bool type so assigning true
instead of 1.

Signed-off-by: default avatarShailendra Verma <shailendra.capricorn@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent c1a34035
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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