From: Peter Senna Tschudin Date: Tue, 18 Mar 2014 21:11:32 +0000 (+0100) Subject: Coccicheck: Remove memcpy to struct assignment test X-Git-Tag: v3.15-rc1~4^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0a830dad5e3ceffc1f12f3e674322182d809e3a9;p=pandora-kernel.git Coccicheck: Remove memcpy to struct assignment test The Coccinelle script scripts/coccinelle/misc/memcpy-assign.cocci look for opportunities to replace a call to memcpy by a struct assignment. This patch removes memcpy-assign.cocci as it is not clear that this convention has an impact on the generated code. Signed-off-by: Peter Senna Tschudin Signed-off-by: Michal Marek --- Reading git-diff-tree failed