diff options
author | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2009-03-05 16:10:59 +0100 |
---|---|---|
committer | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2009-03-05 16:10:59 +0100 |
commit | ebcad5aaea26da3cb2ca90b7f31a67a027eb60db (patch) | |
tree | cff7c96fa8573c241074689cf8c399e71bc97fb5 /include/linux | |
parent | e565f206082a725108a75bcf00bbe3db21a56474 (diff) |
remove stale comment from <linux/hdreg.h>
HDIO_GET_IDENTITY returns 256 words currently.
Noticed by Norman Diamond.
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/hdreg.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/hdreg.h b/include/linux/hdreg.h index c37e9241fae7..ed21bd3dbd25 100644 --- a/include/linux/hdreg.h +++ b/include/linux/hdreg.h @@ -511,7 +511,6 @@ struct hd_driveid { unsigned short words69_70[2]; /* reserved words 69-70 * future command overlap and queuing */ - /* HDIO_GET_IDENTITY currently returns only words 0 through 70 */ unsigned short words71_74[4]; /* reserved words 71-74 * for IDENTIFY PACKET DEVICE command */ |