]> git.baikalelectronics.ru Git - kernel.git/commit
Docs: this_cpu_ops: remove redundant add forms
authorMark Rutland <mark.rutland@arm.com>
Thu, 25 Sep 2014 18:23:53 +0000 (11:23 -0700)
committerJiri Kosina <jkosina@suse.cz>
Fri, 26 Sep 2014 09:03:00 +0000 (11:03 +0200)
commitf189378fc80d61d55a4a51eb5ce0e80ba12b3b58
treec1537124f1722047208ebb6b2d44b3a11d268135
parent5c138f72b62a8c6fa99a1e1bc5831e1b14c384de
Docs: this_cpu_ops: remove redundant add forms

Commit 454880b99251 (Documentation: this_cpu_ops.txt: Update description
of this_cpu_ops) added lists of {__,}this_cpu operations, but these have
duplicate, parameter-less entries for {__,}this_cpu_add which don't
correspond to any implementation. No other operations have such
duplicate entries.

Given both are also listed with their full complement of arguments, the
empty forms are redundant and can be removed. This patch performs said
removal.

Signed-off-by: Mark Rutland <mark.rutland@arm.com>
Reviewed-by: Pranith Kumar <bobby.prani@gmail.com>
Acked-by: Christoph Lameter <cl@linux.com>
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Documentation/this_cpu_ops.txt