udhcpc: fix a problem with binary-encoded options #2
[oweals/busybox.git] / libbb / loop.c
index b3a520848181ab7abfe4bf97979c81bceffa8198..823fba07952779d41d652b7762d6e96e6a44b7f0 100644 (file)
@@ -150,9 +150,9 @@ int FAST_FUNC set_loop(char **device, const char *file, unsigned long long offse
                        }
 
                /* If this block device already set up right, re-use it.
-                  (Yes this is racy, but associating two loop devices with the same
-                  file isn't pretty either.  In general, mounting the same file twice
-                  without using losetup manually is problematic.)
+                * (Yes this is racy, but associating two loop devices with the same
+                * file isn't pretty either.  In general, mounting the same file twice
+                * without using losetup manually is problematic.)
                 */
                } else
                if (strcmp(file, (char *)loopinfo.lo_file_name) != 0