From: Bartlomiej Zolnierkiewicz Date: Sun, 10 Feb 2008 23:32:15 +0000 (+0100) Subject: ide: remove stale comment from ide-lib.c X-Git-Tag: v2.6.25-rc2~93^2 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=467390a2a50493332ddc21eb806094b1829c1161;p=~emulex%2Finfiniband.git ide: remove stale comment from ide-lib.c Signed-off-by: Bartlomiej Zolnierkiewicz --- diff --git a/drivers/ide/ide-lib.c b/drivers/ide/ide-lib.c index 1ff676cc647..29e2c9719c3 100644 --- a/drivers/ide/ide-lib.c +++ b/drivers/ide/ide-lib.c @@ -21,15 +21,6 @@ #include #include -/* - * IDE library routines. These are plug in code that most - * drivers can use but occasionally may be weird enough - * to want to do their own thing with - * - * Add common non I/O op stuff here. Make sure it has proper - * kernel-doc function headers or your patch will be rejected - */ - static const char *udma_str[] = { "UDMA/16", "UDMA/25", "UDMA/33", "UDMA/44", "UDMA/66", "UDMA/100", "UDMA/133", "UDMA7" };