Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

mac68k: macii adb comment correction

Corrects a mistake I made in a comment.

Signed-off-by: Finn Thain <fthain@telegraphics.com.au>
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: Roman Zippel <zippel@linux-m68k.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

Finn Thain and committed by
Linus Torvalds
eb4da4ce 612e484f

+1 -1
+1 -1
drivers/macintosh/via-macii.c
··· 111 111 static struct adb_request *current_req; /* first request struct in the queue */ 112 112 static struct adb_request *last_req; /* last request struct in the queue */ 113 113 static unsigned char reply_buf[16]; /* storage for autopolled replies */ 114 - static unsigned char *reply_ptr; /* next byte in req->data or reply_buf */ 114 + static unsigned char *reply_ptr; /* next byte in reply_buf or req->reply */ 115 115 static int reading_reply; /* store reply in reply_buf else req->reply */ 116 116 static int data_index; /* index of the next byte to send from req->data */ 117 117 static int reply_len; /* number of bytes received in reply_buf or req->reply */