All of lore.kernel.org
 help / color / mirror / Atom feed
* Questions on scsi-scan.c::scsi_get_device_id()
@ 2002-08-08 19:21 Luben Tuikov
  0 siblings, 0 replies; only message in thread
From: Luben Tuikov @ 2002-08-08 19:21 UTC (permalink / raw)
  To: linux-scsi

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-08-08 19:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-08-08 19:21 Questions on scsi-scan.c::scsi_get_device_id() Luben Tuikov

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.