diff options
author | Markus Elfring <elfring@users.sourceforge.net> | 2018-02-02 20:57:23 +0100 |
---|---|---|
committer | Sebastian Reichel <sebastian.reichel@collabora.co.uk> | 2018-03-19 16:28:38 +0100 |
commit | 80fb8a850ecdcdd515e1ea3d3d97901ff0085e50 (patch) | |
tree | b10440c7aee5a9c903a4364ca19de506216e7d8f /drivers/hsi | |
parent | 7928b2cbe55b2a410a0f5c1f154610059c57b1b2 (diff) | |
download | linux-80fb8a850ecdcdd515e1ea3d3d97901ff0085e50.tar.gz linux-80fb8a850ecdcdd515e1ea3d3d97901ff0085e50.tar.bz2 linux-80fb8a850ecdcdd515e1ea3d3d97901ff0085e50.zip |
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>
Diffstat (limited to 'drivers/hsi')
-rw-r--r-- | drivers/hsi/clients/ssi_protocol.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/hsi/clients/ssi_protocol.c b/drivers/hsi/clients/ssi_protocol.c index 9b167bc6eee4..ac3415b4072c 100644 --- a/drivers/hsi/clients/ssi_protocol.c +++ b/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; |