void print_hex_dump_bytes(const char *prefix_str, int prefix_type, const void *buf, size_t len) shorthand form of print_hex_dump with default params log level of KERN_DEBUG, rowsize of 16, groupsize of 1, and ASCII output included.