diff options
author | 2020-06-30 11:32:02 +0200 | |
---|---|---|
committer | 2020-06-30 11:32:02 +0200 | |
commit | 77346a704c913268a2dad68d59523fd85dc74088 (patch) | |
tree | 62c66bcb163b0db42a1fd0a397a6973e52f4ddce /include/linux/stacktrace.h | |
parent | iommu/qcom: add optional 'tbu' clock for TLB invalidate (diff) | |
parent | Linux 5.8-rc3 (diff) | |
download | wireguard-linux-77346a704c913268a2dad68d59523fd85dc74088.tar.xz wireguard-linux-77346a704c913268a2dad68d59523fd85dc74088.zip |
Merge tag 'v5.8-rc3' into arm/qcom
Linux 5.8-rc3
Diffstat (limited to 'include/linux/stacktrace.h')
-rw-r--r-- | include/linux/stacktrace.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/stacktrace.h b/include/linux/stacktrace.h index 83bd8cb475d7..b7af8cc13eda 100644 --- a/include/linux/stacktrace.h +++ b/include/linux/stacktrace.h @@ -64,7 +64,7 @@ void arch_stack_walk_user(stack_trace_consume_fn consume_entry, void *cookie, struct stack_trace { unsigned int nr_entries, max_entries; unsigned long *entries; - int skip; /* input argument: How many entries to skip */ + unsigned int skip; /* input argument: How many entries to skip */ }; extern void save_stack_trace(struct stack_trace *trace); |