Re: [Qemu-devel] [BUG] checkpatch: ERROR due to * recognized as operator

2012-02-11 Thread Blue Swirl
On Thu, Feb 9, 2012 at 15:30, Andreas Färber afaer...@suse.de wrote: Hello Blue, I recently stumbled over the following checkpatch.pl false positive: --8-- --- a/hw/his.c +++ b/hw/his.c @@ -1,1 +1,1 @@ -    cpu_reset(CPUState *env); +    cpu_state_reset(CPUState *env); --- a/hw/hers.c

Re: [Qemu-devel] [BUG] checkpatch: ERROR due to * recognized as operator

2012-02-11 Thread Andreas Färber
Am 11.02.2012 10:26, schrieb Blue Swirl: On Thu, Feb 9, 2012 at 15:30, Andreas Färber afaer...@suse.de wrote: Hello Blue, I recently stumbled over the following checkpatch.pl false positive: --8-- --- a/hw/his.c +++ b/hw/his.c @@ -1,1 +1,1 @@ -cpu_reset(CPUState *env); +

[Qemu-devel] [BUG] checkpatch: ERROR due to * recognized as operator

2012-02-09 Thread Andreas Färber
Hello Blue, I recently stumbled over the following checkpatch.pl false positive: --8-- --- a/hw/his.c +++ b/hw/his.c @@ -1,1 +1,1 @@ -cpu_reset(CPUState *env); +cpu_state_reset(CPUState *env); --- a/hw/hers.c +++ b/hw/hers.c @@ -1,1 +1,1 @@ -cpu_reset(CPUX86State *env); +