diff --git a/[refs] b/[refs] index 853e632a8a53..87cfa8fa0a02 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 5f308d195ed2ae227bea569c7c8a4563e04e0110 +refs/heads/master: 725b361b29ba9fb72705a30743d288ee66055209 diff --git a/trunk/include/linux/ethtool.h b/trunk/include/linux/ethtool.h index be32dd03e10c..71d45a199f96 100644 --- a/trunk/include/linux/ethtool.h +++ b/trunk/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.