Просмотр исходного кода

HSI: ssi_protocol: Fix a typo in two comment lines

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>
Markus Elfring 8 лет назад
Родитель
Сommit
80fb8a850e
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      drivers/hsi/clients/ssi_protocol.c

+ 2 - 2
drivers/hsi/clients/ssi_protocol.c

@@ -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;