summaryrefslogtreecommitdiffstats
path: root/include/printk.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/printk.h')
-rw-r--r--include/printk.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/printk.h b/include/printk.h
index aaad07552e..ab2c64cf3c 100644
--- a/include/printk.h
+++ b/include/printk.h
@@ -119,7 +119,7 @@ static inline void print_hex_dump(const char *level, const char *prefix_str,
int prefix_type, int rowsize, int groupsize,
const void *buf, size_t len, bool ascii)
{
- memory_display(buf, 0, len, 4, 0);
+ memory_display(buf, 0, len, groupsize, 0);
}
struct log_entry {