Re: [PATCH] Rename variables with the name "error" to "err".

2014-01-19 Thread Samuel Thibault
Justus Winter, le Sun 19 Jan 2014 15:24:53 +0100, a écrit : > The canonical name for variables of the type error_t is err. There > are, however, places where the variable is called error instead. This > is unfortunate, as this shadows the error function. Rename such > variables to err. Ack. >

[PATCH] Rename variables with the name "error" to "err".

2014-01-19 Thread Justus Winter
The canonical name for variables of the type error_t is err. There are, however, places where the variable is called error instead. This is unfortunate, as this shadows the error function. Rename such variables to err. For reference, this is accomplished using the following semantic patch: @@