From: Ben Hutchings <bhutchings@solarflare.com>
Date: Mon, 15 Aug 2011 14:07:15 +0000 (+0000)
Subject: ethtool: Specify what kind of coalescing struct ethtool_coalesce covers
X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=725b361b29ba9fb72705a30743d288ee66055209;p=GitHub%2Fexynos8895%2Fandroid_kernel_samsung_universal8895.git

ethtool: Specify what kind of coalescing struct ethtool_coalesce covers

Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
---

diff --git a/include/linux/ethtool.h b/include/linux/ethtool.h
index be32dd03e10c..71d45a199f96 100644
--- a/include/linux/ethtool.h
+++ b/include/linux/ethtool.h
@@ -118,7 +118,7 @@ struct ethtool_eeprom {
 };
 
 /**
- * struct ethtool_coalesce - coalescing parameters of chip
+ * struct ethtool_coalesce - coalescing parameters for IRQs and stats updates
  * @cmd: ETHTOOL_{G,S}COALESCE
  * @rx_coalesce_usecs: How many usecs to delay an RX interrupt after
  *	a packet arrives.  If 0, only @rx_max_coalesced_frames is used.