[PATCH v6 1/7] ARM: kprobes: replace 'union decode_action' to 'struct decode_action'

2014-10-22 Thread Wang Nan
This patch is generated simply using: $ sed -i "s/union decode_action/struct decode_action/g" `grep decode_action * -rl` Which allows futher expansion to decode_action. Signed-off-by: Wang Nan --- arch/arm/kernel/kprobes-arm.c | 2 +- arch/arm/kernel/kprobes-thumb.c | 4 ++--

[PATCH v6 1/7] ARM: kprobes: replace 'union decode_action' to 'struct decode_action'

2014-10-22 Thread Wang Nan
This patch is generated simply using: $ sed -i s/union decode_action/struct decode_action/g `grep decode_action * -rl` Which allows futher expansion to decode_action. Signed-off-by: Wang Nan wangn...@huawei.com --- arch/arm/kernel/kprobes-arm.c | 2 +- arch/arm/kernel/kprobes-thumb.c | 4