summaryrefslogtreecommitdiffstats
path: root/drivers/macintosh/via-macii.c
diff options
context:
space:
mode:
authorFinn Thain2008-02-05 07:30:27 +0100
committerLinus Torvalds2008-02-05 18:44:24 +0100
commiteb4da4cec30309e3b3d584616e32318cc8f6d63c (patch)
tree638406a60afcec89fa976aa7411e08ed7682c2e6 /drivers/macintosh/via-macii.c
parentm68k: kill arch/m68k/mvme16x/mvme16x_ksyms.c (diff)
downloadkernel-qcow2-linux-eb4da4cec30309e3b3d584616e32318cc8f6d63c.tar.gz
kernel-qcow2-linux-eb4da4cec30309e3b3d584616e32318cc8f6d63c.tar.xz
kernel-qcow2-linux-eb4da4cec30309e3b3d584616e32318cc8f6d63c.zip
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>
Diffstat (limited to 'drivers/macintosh/via-macii.c')
-rw-r--r--drivers/macintosh/via-macii.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/macintosh/via-macii.c b/drivers/macintosh/via-macii.c
index 01b8eca7ccd5..6e6dd17ab572 100644
--- a/drivers/macintosh/via-macii.c
+++ b/drivers/macintosh/via-macii.c
@@ -111,7 +111,7 @@ static enum macii_state {
static struct adb_request *current_req; /* first request struct in the queue */
static struct adb_request *last_req; /* last request struct in the queue */
static unsigned char reply_buf[16]; /* storage for autopolled replies */
-static unsigned char *reply_ptr; /* next byte in req->data or reply_buf */
+static unsigned char *reply_ptr; /* next byte in reply_buf or req->reply */
static int reading_reply; /* store reply in reply_buf else req->reply */
static int data_index; /* index of the next byte to send from req->data */
static int reply_len; /* number of bytes received in reply_buf or req->reply */