Re: Using coccinelle for (quick?) syntax fixing

2010-08-14 Thread Jean-Yves Migeon
On 14.08.2010 08:57, David Holland wrote: On Wed, Aug 11, 2010 at 11:49:10PM +0200, Jean-Yves Migeon wrote: - esp_aeesctr_mature %s: unsupported algorithm.\n, - algo-name)); + %s: unsupported encryption algorithm %d\n, + __func__,

Re: Using coccinelle for (quick?) syntax fixing

2010-08-14 Thread David Holland
On Sat, Aug 14, 2010 at 01:36:15PM +0200, Jean-Yves Migeon wrote: I would say don't do __func__ for messages like this; it doesn't really serve much purpose vs. typing in a name, causes the observable behavior to change silently if the code gets reorganized, and makes it much harder to