From 1f5f04a3af727ddb126289a8a85ea11ea0f262be Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Thu, 21 May 2015 22:56:35 +0100 Subject: [PATCH] pcw8256,devfd: Fix typo --- Kernel/platform-pcw8256/devfd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Kernel/platform-pcw8256/devfd.c b/Kernel/platform-pcw8256/devfd.c index 30ab8504..b63ab9f2 100644 --- a/Kernel/platform-pcw8256/devfd.c +++ b/Kernel/platform-pcw8256/devfd.c @@ -83,7 +83,7 @@ static void fd_geom(int minor, blkno_t block) fd765_cmd3(); if (fd765_intwait() & 0x20) - track[minor] = ntrack;//FIXMEfd765_statbuf[1] & 0x7F; + track[minor] = ntrack;//FIXME??fd765_statbuf[1] & 0x7F; else { track[minor] = 0xFF; kputs("seekbad?\n"); @@ -92,7 +92,7 @@ static void fd_geom(int minor, blkno_t block) } /* - * Select a driver, ensure the motor is on and we are ready + * Select a drive, ensure the motor is on and we are ready * then set up the command buffers to reflect this device */ static void fd_select(int minor) -- 2.34.1