[PATCH] typo fix in qdio.c
dumb typo: u32 volatile * mistyped as u32 * volatile Signed-off-by: Al Viro <viro@parcelfarce.linux.theplanet.co.uk> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
530d8e9738
commit
ade31f38f2
1 changed files with 1 additions and 1 deletions
|
@ -230,7 +230,7 @@ qdio_siga_input(struct qdio_q *q)
|
||||||
}
|
}
|
||||||
|
|
||||||
/* locked by the locks in qdio_activate and qdio_cleanup */
|
/* locked by the locks in qdio_activate and qdio_cleanup */
|
||||||
static __u32 * volatile
|
static __u32 volatile *
|
||||||
qdio_get_indicator(void)
|
qdio_get_indicator(void)
|
||||||
{
|
{
|
||||||
int i;
|
int i;
|
||||||
|
|
Loading…
Add table
Reference in a new issue