HSI: ssi_protocol: Fix a typo in two comment lines
authorMarkus Elfring <elfring@users.sourceforge.net>
Fri, 2 Feb 2018 19:57:23 +0000 (20:57 +0100)
committerSebastian Reichel <sebastian.reichel@collabora.co.uk>
Mon, 19 Mar 2018 15:28:38 +0000 (16:28 +0100)
Adjust two words in this description.

Signed-off-by: Markus Elfring <elfring@users.sourceforge.net>
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.co.uk>
drivers/hsi/clients/ssi_protocol.c

index 9b167bc6eee48ca498a070ca46cc09836f02d8c1..ac3415b4072c4bc27bb8d50efaddd8cf4d5f274a 100644 (file)
@@ -993,8 +993,8 @@ static int ssip_pn_xmit(struct sk_buff *skb, struct net_device *dev)
                goto inc_dropped;
 
        /*
-        * Modem sends Phonet messages over SSI with its own endianess...
-        * Assume that modem has the same endianess as we do.
+        * Modem sends Phonet messages over SSI with its own endianness.
+        * Assume that modem has the same endianness as we do.
         */
        if (skb_cow_head(skb, 0))
                goto drop;