Skip to content

Commit

Permalink
[PATCH] typo fix in qdio.c
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Al Viro authored and Linus Torvalds committed Aug 24, 2005
1 parent 530d8e9 commit ade31f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/s390/cio/qdio.c
Expand Up @@ -230,7 +230,7 @@ qdio_siga_input(struct qdio_q *q)
}

/* locked by the locks in qdio_activate and qdio_cleanup */
static __u32 * volatile
static __u32 volatile *
qdio_get_indicator(void)
{
int i;
Expand Down

0 comments on commit ade31f3

Please sign in to comment.