H. Peter Anvin
a8659597bf
[SCSI] lib: string_get_size(): don't hang on zero; no decimals on exact
...
We would hang forever when passing a zero to string_get_size().
Furthermore, string_get_size() would produce decimals on a value small
enough to be exact. Finally, a few formatting issues are inconsistent
with standard SI style guidelines.
- If the value is less than the divisor, skip the entire rounding
step. This prints out all small values including zero as integers,
without decimals.
- Add a space between the value and the symbol for the unit,
consistent with standard SI practice.
- Lower case k in kB since we are talking about powers of 10.
- Finally, change "int" to "unsigned int" in one place to shut up a
gcc warning when compiling the code out-of-kernel for testing.
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
2008-10-23 11:42:20 -05:00
..
2008-07-25 10:53:26 -07:00
2008-04-18 22:17:17 -04:00
2008-02-03 17:48:52 +02:00
2007-10-11 22:17:20 -07:00
2005-10-18 08:26:15 -07:00
2007-10-20 00:26:10 +02:00
2007-05-11 05:38:25 -04:00
2008-07-24 10:47:33 -07:00
2008-08-12 16:07:30 -07:00
2008-06-06 11:29:10 -07:00
2008-07-04 10:40:05 -07:00
2007-10-17 08:42:56 -07:00
2007-07-16 09:05:50 -07:00
2008-07-28 15:05:23 +02:00
2008-05-23 18:23:38 +02:00
2007-07-17 10:23:04 -07:00
2006-06-25 10:01:20 -07:00
2008-02-03 17:48:52 +02:00
2005-04-16 15:20:36 -07:00
2006-06-25 10:01:20 -07:00
2007-05-10 18:24:13 +02:00
2008-07-12 08:22:32 -05:00
2005-04-16 15:20:36 -07:00
2008-08-01 10:46:43 +02:00
2008-09-01 09:47:16 +02:00
2006-01-08 20:13:48 -08:00
2008-05-05 16:47:14 +10:00
2008-06-12 10:47:58 +02:00
2005-04-16 15:20:36 -07:00
2008-10-16 09:24:47 -07:00
2008-02-06 10:41:08 -08:00
2008-02-08 09:22:34 -08:00
2008-04-29 08:11:16 -07:00
2005-04-16 15:20:36 -07:00
2007-07-17 10:23:02 -07:00
2005-04-16 15:20:36 -07:00
2008-05-14 19:11:14 -07:00
2007-10-19 11:53:41 -07:00
2008-07-26 12:00:07 -07:00
2008-07-25 10:53:28 -07:00
2006-02-03 08:32:08 -08:00
2006-06-20 20:24:58 -07:00
2008-07-26 12:00:07 -07:00
2008-10-16 11:21:33 -07:00
2007-10-17 08:42:50 -07:00
2006-10-06 08:53:40 -07:00
2007-07-31 15:39:39 -07:00
2008-10-16 11:21:31 -07:00
2008-10-17 08:46:56 +02:00
2008-08-01 08:39:34 -05:00
2008-05-10 20:58:02 -07:00
2008-10-09 08:56:04 +02:00
2008-07-26 12:00:07 -07:00
2008-10-16 09:24:52 -07:00
2008-01-24 20:40:05 -08:00
2007-11-08 21:34:09 +08:00
2008-07-25 10:53:29 -07:00
2008-08-15 19:57:57 -07:00
2006-07-03 15:27:03 -07:00
2006-07-03 15:27:03 -07:00
2006-07-03 15:27:03 -07:00
2006-07-03 15:27:03 -07:00
2006-07-03 15:27:03 -07:00
2006-07-03 15:27:03 -07:00
2006-07-03 15:27:03 -07:00
2006-07-03 15:27:03 -07:00
2006-07-03 15:27:03 -07:00
2006-07-03 15:27:03 -07:00
2006-07-03 15:27:03 -07:00
2006-07-03 15:27:03 -07:00
2006-07-03 15:27:03 -07:00
2006-07-03 15:27:03 -07:00
2006-12-07 08:39:43 -08:00
2008-10-16 09:24:47 -07:00
2008-10-13 10:10:37 -07:00
2008-10-09 12:50:59 -04:00
2008-07-26 12:00:07 -07:00
2007-10-19 11:53:41 -07:00
2005-04-16 15:20:36 -07:00
2008-04-30 08:29:50 -07:00
2008-07-26 12:00:07 -07:00
2008-07-30 16:29:19 -07:00
2008-07-28 16:30:20 -07:00
2006-09-30 20:26:56 +02:00
2006-12-13 09:05:49 -08:00
2008-02-08 09:22:31 -08:00
2008-01-30 13:33:00 +01:00
2008-09-11 18:35:39 +02:00
2007-02-11 10:51:32 -08:00
2008-07-26 12:00:10 -07:00
2008-07-26 16:40:33 +02:00
2007-10-17 08:42:52 -07:00
2007-10-19 11:53:43 -07:00
2008-10-23 11:42:20 -05:00
2008-05-01 08:03:59 -07:00
2008-09-19 10:20:41 +02:00
2008-07-26 12:00:10 -07:00
2008-07-22 19:24:31 +10:00
2008-07-08 02:37:54 -07:00
2008-07-08 02:38:27 -07:00
2008-07-08 02:38:09 -07:00
2008-10-16 14:58:08 -07:00