diff options
author | Rami Rosen <ramirose@gmail.com> | 2016-12-18 14:11:54 -0500 |
---|---|---|
committer | Corey Minyard <cminyard@mvista.com> | 2017-01-05 16:01:54 -0500 |
commit | 08f6cd01fe77712fda512472346647021a8a3c25 (patch) | |
tree | 70d0ddb84fb6546120fee628b1c85c7ebf42e382 | |
parent | c433eb70f37de2514f3ae3d43dd7e4a75493fe48 (diff) |
Documentation: Fix a typo in IPMI.txt.
This patch fixes a trivial type in IPMI.txt.
Signed-off-by: Rami Rosen <ramirose@gmail.com>
Signed-off-by: Corey Minyard <cminyard@mvista.com>
-rw-r--r-- | Documentation/IPMI.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/IPMI.txt b/Documentation/IPMI.txt index 72292308d0f5..6962cab997ef 100644 --- a/Documentation/IPMI.txt +++ b/Documentation/IPMI.txt | |||
@@ -257,7 +257,7 @@ and tell you when they come and go. | |||
257 | 257 | ||
258 | Creating the User | 258 | Creating the User |
259 | 259 | ||
260 | To user the message handler, you must first create a user using | 260 | To use the message handler, you must first create a user using |
261 | ipmi_create_user. The interface number specifies which SMI you want | 261 | ipmi_create_user. The interface number specifies which SMI you want |
262 | to connect to, and you must supply callback functions to be called | 262 | to connect to, and you must supply callback functions to be called |
263 | when data comes in. The callback function can run at interrupt level, | 263 | when data comes in. The callback function can run at interrupt level, |