net: mvpp2: fix a typo in the RSS code
authorAntoine Tenart <antoine.tenart@bootlin.com>
Thu, 12 Jul 2018 11:54:17 +0000 (13:54 +0200)
committerDavid S. Miller <davem@davemloft.net>
Fri, 13 Jul 2018 00:30:48 +0000 (17:30 -0700)
Cosmetic patch fixing a typo in one of the RSS comments.

Signed-off-by: Antoine Tenart <antoine.tenart@bootlin.com>
Signed-off-by: Maxime Chevallier <maxime.chevallier@bootlin.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/marvell/mvpp2/mvpp2_cls.c

index 8581d5b17dd51f4a06d4c4d622df8ea3e51cee25..4d187f30725ca3bacaa52bcaa94611f634ec07b1 100644 (file)
@@ -128,7 +128,7 @@ void mvpp22_init_rss(struct mvpp2_port *port)
        }
 
        /* Configure the first table to evenly distribute the packets across
-        * real Rx Queues. The table entries map a hash to an port Rx Queue.
+        * real Rx Queues. The table entries map a hash to a port Rx Queue.
         */
        for (i = 0; i < MVPP22_RSS_TABLE_ENTRIES; i++) {
                u32 sel = MVPP22_RSS_INDEX_TABLE(0) |