Skip to content
Snippets Groups Projects
Commit ade31f38 authored by Al Viro's avatar Al Viro Committed by Linus Torvalds
Browse files

[PATCH] typo fix in qdio.c


dumb typo: u32 volatile * mistyped as u32 * volatile

Signed-off-by: default avatarAl Viro <viro@parcelfarce.linux.theplanet.co.uk>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 530d8e97
No related branches found
No related tags found
No related merge requests found
...@@ -230,7 +230,7 @@ qdio_siga_input(struct qdio_q *q) ...@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment