diff options
author | Adam Buchbinder <adam.buchbinder@gmail.com> | 2012-09-19 21:48:02 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2012-11-19 08:32:13 -0500 |
commit | b3834be5c42a5d2fd85ff4b819fa38983b1450e6 (patch) | |
tree | 116f98f451a9f5ae4e205a19e927ad1727443f1a /drivers/char/ipmi/ipmi_msghandler.c | |
parent | 48fc7f7e787dd65ffe88521bce31f4062ba273eb (diff) |
various: Fix spelling of "asynchronous" in comments.
"Asynchronous" is misspelled in some comments. No code changes.
Signed-off-by: Adam Buchbinder <adam.buchbinder@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/char/ipmi/ipmi_msghandler.c')
-rw-r--r-- | drivers/char/ipmi/ipmi_msghandler.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/char/ipmi/ipmi_msghandler.c b/drivers/char/ipmi/ipmi_msghandler.c index a0c84bb30856..053201b062a4 100644 --- a/drivers/char/ipmi/ipmi_msghandler.c +++ b/drivers/char/ipmi/ipmi_msghandler.c | |||
@@ -3789,7 +3789,7 @@ static int handle_one_recv_msg(ipmi_smi_t intf, | |||
3789 | 3789 | ||
3790 | } else if ((msg->rsp[0] == ((IPMI_NETFN_APP_REQUEST|1) << 2)) | 3790 | } else if ((msg->rsp[0] == ((IPMI_NETFN_APP_REQUEST|1) << 2)) |
3791 | && (msg->rsp[1] == IPMI_READ_EVENT_MSG_BUFFER_CMD)) { | 3791 | && (msg->rsp[1] == IPMI_READ_EVENT_MSG_BUFFER_CMD)) { |
3792 | /* It's an asyncronous event. */ | 3792 | /* It's an asynchronous event. */ |
3793 | requeue = handle_read_event_rsp(intf, msg); | 3793 | requeue = handle_read_event_rsp(intf, msg); |
3794 | } else { | 3794 | } else { |
3795 | /* It's a response from the local BMC. */ | 3795 | /* It's a response from the local BMC. */ |