search for: string_size_units

Displaying 2 results from an estimated 2 matches for "string_size_units".

2015 Mar 13
0
[PATCH] sd, mmc, virtio_blk, string_helpers: fix block size units
...if (sdkp->first_scan || old_capacity != sdkp->capacity) { > diff --git a/include/linux/string_helpers.h b/include/linux/string_helpers.h > index 6575718..2633280 100644 > --- a/include/linux/string_helpers.h > +++ b/include/linux/string_helpers.h > @@ -10,7 +10,7 @@ enum string_size_units { > STRING_UNITS_2, /* use binary powers of 2^10 */ > }; > > -void string_get_size(u64 size, enum string_size_units units, > +void string_get_size(u64 size, u64 blk_size, enum string_size_units units, > char *buf, int len); > > #define...
2015 Mar 13
0
[PATCH] sd, mmc, virtio_blk, string_helpers: fix block size units
...if (sdkp->first_scan || old_capacity != sdkp->capacity) { > diff --git a/include/linux/string_helpers.h b/include/linux/string_helpers.h > index 6575718..2633280 100644 > --- a/include/linux/string_helpers.h > +++ b/include/linux/string_helpers.h > @@ -10,7 +10,7 @@ enum string_size_units { > STRING_UNITS_2, /* use binary powers of 2^10 */ > }; > > -void string_get_size(u64 size, enum string_size_units units, > +void string_get_size(u64 size, u64 blk_size, enum string_size_units units, > char *buf, int len); > > #define...