From 3aca81a22a04f193fc06ffe4ca814acfce401e6c Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Mon, 22 Aug 2005 15:17:30 +0000 Subject: [PATCH] Remove double-blank lines --- drivers/at_wini/at_wini.c | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/drivers/at_wini/at_wini.c b/drivers/at_wini/at_wini.c index 2c1149c0f..da8d209f5 100644 --- a/drivers/at_wini/at_wini.c +++ b/drivers/at_wini/at_wini.c @@ -18,8 +18,6 @@ #include #include - - #define ATAPI_DEBUG 0 /* To debug ATAPI code. */ /* I/O Ports used by winchester disk controllers. */ @@ -133,7 +131,6 @@ struct command { u8_t command; }; - /* Error codes */ #define ERR (-1) /* general error */ #define ERR_BAD_SECTOR (-2) /* block marked bad detected */ @@ -234,7 +231,6 @@ FORWARD _PROTOTYPE( int atapi_transfer, (int proc_nr, int opcode, off_t position, iovec_t *iov, unsigned nr_req) ); #endif - /* Entry points to this driver. */ PRIVATE struct driver w_dtab = { w_name, /* current device's name */ @@ -252,7 +248,6 @@ PRIVATE struct driver w_dtab = { w_other /* catch-all for unrecognized commands and ioctls */ }; - /*===========================================================================* * at_winchester_task * *===========================================================================*/ @@ -263,7 +258,6 @@ PUBLIC void main() driver_task(&w_dtab); } - /*============================================================================* * init_params * *============================================================================*/ @@ -315,7 +309,6 @@ PRIVATE void init_params() env_parse("ata_std_timeout", "d", 0, &w_standard_timeouts, 0, 1); } - /*============================================================================* * w_do_open * *============================================================================*/ @@ -393,7 +386,6 @@ message *m_ptr; return(OK); } - /*===========================================================================* * w_prepare * *===========================================================================*/ @@ -419,7 +411,6 @@ int device; return(w_dv); } - /*===========================================================================* * w_identify * *===========================================================================*/ @@ -533,7 +524,6 @@ PRIVATE int w_identify() return(OK); } - /*===========================================================================* * w_name * *===========================================================================*/ @@ -642,7 +632,6 @@ PRIVATE int w_specify() return(OK); } - /*===========================================================================* * w_transfer * *===========================================================================*/ @@ -769,7 +758,6 @@ unsigned nr_req; /* length of request vector */ return(OK); } - /*============================================================================* * com_out * *============================================================================*/ @@ -821,7 +809,6 @@ struct command *cmd; /* Command block */ return(OK); } - /*===========================================================================* * w_need_reset * *===========================================================================*/ @@ -836,7 +823,6 @@ PRIVATE void w_need_reset() } } - /*============================================================================* * w_do_close * *============================================================================*/ @@ -854,7 +840,6 @@ message *m_ptr; return(OK); } - /*============================================================================* * com_simple * *============================================================================*/ @@ -871,7 +856,6 @@ struct command *cmd; /* Command block */ return(r); } - /*===========================================================================* * w_timeout * *===========================================================================*/ @@ -902,7 +886,6 @@ PRIVATE void w_timeout(void) } } - /*===========================================================================* * w_reset * *===========================================================================*/ @@ -942,7 +925,6 @@ PRIVATE int w_reset() return(OK); } - /*============================================================================* * w_intr_wait * *============================================================================*/ @@ -972,7 +954,6 @@ PRIVATE void w_intr_wait() } } - /*============================================================================* * at_intr_wait * *============================================================================*/ @@ -998,7 +979,6 @@ PRIVATE int at_intr_wait() return(r); } - /*==========================================================================* * w_waitfor * *==========================================================================*/ @@ -1027,7 +1007,6 @@ int value; /* required status */ return(0); } - /*============================================================================* * w_geometry * *============================================================================*/ @@ -1047,7 +1026,6 @@ struct partition *entry; } } - #if ENABLE_ATAPI /*===========================================================================* * atapi_open * -- 2.44.0