Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -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;