Skip to content

Commit

Permalink
tracing: Fix indentation issue
Browse files Browse the repository at this point in the history
There is a declaration that is indented one level too deeply, remove
the extraneous tab.

Link: http://lkml.kernel.org/r/20191221154825.33073-1-colin.king@canonical.com

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
  • Loading branch information
Colin Ian King authored and Steven Rostedt (VMware) committed Jan 3, 2020
1 parent 50f9ad6 commit 72879ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/trace/trace_seq.c
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ int trace_seq_hex_dump(struct trace_seq *s, const char *prefix_str,
int prefix_type, int rowsize, int groupsize,
const void *buf, size_t len, bool ascii)
{
unsigned int save_len = s->seq.len;
unsigned int save_len = s->seq.len;

if (s->full)
return 0;
Expand Down

0 comments on commit 72879ee

Please sign in to comment.