e1000e: add comment to spinlock_t definition
[linux-2.6-block.git] / drivers / net / ethernet / intel / e1000e / e1000.h
index c7bc610a0b55ffda0e4296348cd1e018ecd3bb5d..e6b94835291efc4b16a88b9da7d6a5fbfca21a38 100644 (file)
@@ -372,7 +372,7 @@ struct e1000_adapter {
        /* structs defined in e1000_hw.h */
        struct e1000_hw hw;
 
-       spinlock_t stats64_lock;
+       spinlock_t stats64_lock;        /* protects statistics counters */
        struct e1000_hw_stats stats;
        struct e1000_phy_info phy_info;
        struct e1000_phy_stats phy_stats;