summaryrefslogtreecommitdiff
path: root/debian/patches/04-fix-manpage-warning.dpatch
blob: ae8a024e5a63d3a7dc8d34cf402cd3c31e41f339 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/sh /usr/share/dpatch/dpatch-run
## 04-fix-manpage-warning.dpatch
##
## DP: Fix warning in manpage caused by unknown symbol (fixes a lintian
## DP: warning).

diff --git a/doc/cscope.1 b/doc/cscope.1
index 3a6a6e6..c41a59e 100644
--- a/doc/cscope.1
+++ b/doc/cscope.1
@@ -1,4 +1,3 @@
-.PU
 .TH CSCOPE "1" "August 2003" "The Santa Cruz Operation"
 .SH NAME
 cscope - interactively examine a C program 
t.git/commit/include/linux/uprobes.h?id=e3343e6a2819ff5d0dfc4bb5c9fb7f9a4d04da73'>e3343e6a2819ff5d0dfc4bb5c9fb7f9a4d04da73 (patch) tree4c391fa0cb4408e9fb2e8448c410fc54b9a8abe1 /include/linux/uprobes.h parent900771a483ef28915a48066d7895d8252315607a (diff)
uprobes/core: Make order of function parameters consistent across functions
If a function takes struct uprobe or struct arch_uprobe, then it is passed as the first parameter. This is pure cleanup, no functional change intended. Signed-off-by: Srikar Dronamraju <srikar@linux.vnet.ibm.com> Cc: Linus Torvalds <torvalds@linux-foundation.org> Cc: Ananth N Mavinakayanahalli <ananth@in.ibm.com> Cc: Jim Keniston <jkenisto@linux.vnet.ibm.com> Cc: Linux-mm <linux-mm@kvack.org> Cc: Oleg Nesterov <oleg@redhat.com> Cc: Andi Kleen <andi@firstfloor.org> Cc: Christoph Hellwig <hch@infradead.org> Cc: Steven Rostedt <rostedt@goodmis.org> Cc: Arnaldo Carvalho de Melo <acme@infradead.org> Cc: Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com> Cc: Peter Zijlstra <peterz@infradead.org> Link: http://lkml.kernel.org/r/20120312092530.5379.18394.sendpatchset@srdronam.in.ibm.com Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'include/linux/uprobes.h')