Fix the comment of sd_major to right major numbers. Signed-off-by: root <root@FsServer.EulerKernel> --- drivers/scsi/sd.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/scsi/sd.c b/drivers/scsi/sd.c index 470954a..02ff975 100644 --- a/drivers/scsi/sd.c +++ b/drivers/scsi/sd.c @@ -529,7 +529,7 @@ static struct kobject *sd_default_probe(dev_t devt, int *partno, void *data) * ones with major1, ... Disk 256 is for major0 again, disk 272 * for major1, ... * As we stay compatible with our numbering scheme, we can reuse - * the well-know SCSI majors 8, 65--71, 136--143. + * the well-know SCSI majors 8, 65--71, 128--135. */ static int sd_major(int major_idx) { -- 1.6.0.2 -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html