From: Mark Rutland Date: Thu, 25 Sep 2014 18:23:53 +0000 (-0700) Subject: Docs: this_cpu_ops: remove redundant add forms X-Git-Tag: fixes-for-v3.18-merge-window~29^2~7 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dd42a0882a70f10e429b8306dec8aad40babe19c;p=pandora-kernel.git Docs: this_cpu_ops: remove redundant add forms Commit ac490f4dca94 (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 Reviewed-by: Pranith Kumar Acked-by: Christoph Lameter Signed-off-by: Randy Dunlap Signed-off-by: Jiri Kosina --- Reading git-diff-tree failed