commit | bc4ac7e170787f1e2f39a92600c4aff02b84829d | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Tue Sep 12 19:00:36 2017 -0700 |
committer | Tom Rini <trini@konsulko.com> | Fri Sep 15 08:05:10 2017 -0400 |
tree | 09401d77ba44f5da46481444ee3c029a1a3d07af | |
parent | 629e799d19dca06e06033c0801e9637af14d7ba8 [diff] |
cmd: blk: Use LBAFU in the common block command There is already a macro LBAFU to aid formatted print with lbaint_t variables. Let's use it in the common block command codes. Signed-off-by: Bin Meng <bmeng.cn@gmail.com>