diff options
author | Daniel Mack <daniel@caiaq.de> | 2010-02-02 19:01:28 -0500 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2010-02-09 05:13:56 -0500 |
commit | 3ad2f3fbb961429d2aa627465ae4829758bc7e07 (patch) | |
tree | f365c513e8f5b477a61336a600ff54f32b7ad6e1 /drivers/net/tokenring/tms380tr.c | |
parent | 1537a3638cbf741d3826c1002026cce487a6bee0 (diff) |
tree-wide: Assorted spelling fixes
In particular, several occurances of funny versions of 'success',
'unknown', 'therefore', 'acknowledge', 'argument', 'achieve', 'address',
'beginning', 'desirable', 'separate' and 'necessary' are fixed.
Signed-off-by: Daniel Mack <daniel@caiaq.de>
Cc: Joe Perches <joe@perches.com>
Cc: Junio C Hamano <gitster@pobox.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/net/tokenring/tms380tr.c')
-rw-r--r-- | drivers/net/tokenring/tms380tr.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/tokenring/tms380tr.c b/drivers/net/tokenring/tms380tr.c index e3c42f5ac4a9..4e4c402319c9 100644 --- a/drivers/net/tokenring/tms380tr.c +++ b/drivers/net/tokenring/tms380tr.c | |||
@@ -693,7 +693,7 @@ static netdev_tx_t tms380tr_hardware_send_packet(struct sk_buff *skb, | |||
693 | * NOTE: This function should be used whenever the status of any TPL must be | 693 | * NOTE: This function should be used whenever the status of any TPL must be |
694 | * modified by the driver, because the compiler may otherwise change the | 694 | * modified by the driver, because the compiler may otherwise change the |
695 | * order of instructions such that writing the TPL status may be executed at | 695 | * order of instructions such that writing the TPL status may be executed at |
696 | * an undesireable time. When this function is used, the status is always | 696 | * an undesirable time. When this function is used, the status is always |
697 | * written when the function is called. | 697 | * written when the function is called. |
698 | */ | 698 | */ |
699 | static void tms380tr_write_tpl_status(TPL *tpl, unsigned int Status) | 699 | static void tms380tr_write_tpl_status(TPL *tpl, unsigned int Status) |
@@ -2266,7 +2266,7 @@ static void tms380tr_rcv_status_irq(struct net_device *dev) | |||
2266 | * This function should be used whenever the status of any RPL must be | 2266 | * This function should be used whenever the status of any RPL must be |
2267 | * modified by the driver, because the compiler may otherwise change the | 2267 | * modified by the driver, because the compiler may otherwise change the |
2268 | * order of instructions such that writing the RPL status may be executed | 2268 | * order of instructions such that writing the RPL status may be executed |
2269 | * at an undesireable time. When this function is used, the status is | 2269 | * at an undesirable time. When this function is used, the status is |
2270 | * always written when the function is called. | 2270 | * always written when the function is called. |
2271 | */ | 2271 | */ |
2272 | static void tms380tr_write_rpl_status(RPL *rpl, unsigned int Status) | 2272 | static void tms380tr_write_rpl_status(RPL *rpl, unsigned int Status) |