All of lore.kernel.org
 help / color / mirror / Atom feed
From: hujianyang <hujianyang@huawei.com>
To: linux-scsi@vger.kernel.org
Cc: Li Zefan <lizefan@huawei.com>,
	"Duyongfeng (B)" <du.duyongfeng@huawei.com>,
	peifeiyue@huawei.com
Subject: [PATCH] scsi: Fix the comment of sd_major
Date: Tue, 8 Apr 2014 13:15:33 +0800	[thread overview]
Message-ID: <534385F5.9070606@huawei.com> (raw)

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


             reply	other threads:[~2014-04-08  5:15 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-04-08  5:15 hujianyang [this message]
2014-04-08  5:24 ` [PATCH] scsi: Fix the comment of sd_major hujianyang
  -- strict thread matches above, loose matches on Subject: below --
2014-04-08  5:29 hujianyang

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=534385F5.9070606@huawei.com \
    --to=hujianyang@huawei.com \
    --cc=du.duyongfeng@huawei.com \
    --cc=linux-scsi@vger.kernel.org \
    --cc=lizefan@huawei.com \
    --cc=peifeiyue@huawei.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.