]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - include/linux/string_helpers.h
libstring_helpers.c:string_get_size(): return void
[mirror_ubuntu-artful-kernel.git] / include / linux / string_helpers.h
index 6eb567ac56bc10394eb69793ad30b000545afe17..657571817260ab9b22b76606f81492074f240d49 100644 (file)
@@ -10,8 +10,8 @@ enum string_size_units {
        STRING_UNITS_2,         /* use binary powers of 2^10 */
 };
 
-int string_get_size(u64 size, enum string_size_units units,
-                   char *buf, int len);
+void string_get_size(u64 size, enum string_size_units units,
+                    char *buf, int len);
 
 #define UNESCAPE_SPACE         0x01
 #define UNESCAPE_OCTAL         0x02