提交 7e872146 编写于 作者: E Eric Nelson 提交者: Tom Rini

cmd: blkcache: remove indentation from output of 'show'

Signed-off-by: NEric Nelson <eric@nelint.com>
上级 158c9c78
......@@ -16,11 +16,11 @@ static int blkc_show(cmd_tbl_t *cmdtp, int flag,
struct block_cache_stats stats;
blkcache_stats(&stats);
printf(" hits: %u\n"
" misses: %u\n"
" entries: %u\n"
" max blocks/entry: %u\n"
" max cache entries: %u\n",
printf("hits: %u\n"
"misses: %u\n"
"entries: %u\n"
"max blocks/entry: %u\n"
"max cache entries: %u\n",
stats.hits, stats.misses, stats.entries,
stats.max_blocks_per_entry, stats.max_entries);
return 0;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册