From: Luben Tuikov <luben@splentec.com>
To: linux-scsi <linux-scsi@vger.kernel.org>
Subject: Questions on scsi-scan.c::scsi_get_device_id()
Date: Thu, 08 Aug 2002 15:21:40 -0400 [thread overview]
Message-ID: <3D52C4C4.F3EBDAE9@splentec.com> (raw)
Is it possible that the
idtype = 3;
while (idtype > 0) {
<< BODY >>
idtype--;
}
loop in scsi_scan.c :: scsi_get_device() be turned
into a for loop using the proverbial, classical
example. ( <<BODY>> is longer than to justify the
current use and as such using a for loop would make
the intentions of the code clear at the top. )
Is it imperative that 80 column limit is imposed?
TIA,
--
Luben
reply other threads:[~2002-08-08 19:21 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=3D52C4C4.F3EBDAE9@splentec.com \
--to=luben@splentec.com \
--cc=linux-scsi@vger.kernel.org \
/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.