]> git.baikalelectronics.ru Git - kernel.git/commitdiff
net: ethernet: intel: igb: Typo fix in the file igb_main.c
authorBhaskar Chowdhury <unixbhaskar@gmail.com>
Mon, 15 Mar 2021 01:48:47 +0000 (07:18 +0530)
committerDavid S. Miller <davem@davemloft.net>
Mon, 15 Mar 2021 19:48:20 +0000 (12:48 -0700)
s/structue/structure/

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/intel/igb/igb_main.c

index 369533feb4f2f371c4be36773c7d3356e03072d5..f929eaa836c8aa7e799be861724a631ef007e4f3 100644 (file)
@@ -3115,7 +3115,7 @@ static s32 igb_init_i2c(struct igb_adapter *adapter)
                return 0;
 
        /* Initialize the i2c bus which is controlled by the registers.
-        * This bus will use the i2c_algo_bit structue that implements
+        * This bus will use the i2c_algo_bit structure that implements
         * the protocol through toggling of the 4 bits in the register.
         */
        adapter->i2c_adap.owner = THIS_MODULE;