Re: [PATCH] AX25: kill user triggable printks

2008-01-09 Thread maximilian attems
On Wed, Jan 09, 2008 at 11:11:23AM +0100, maximilian attems wrote: > + /* support for old structure may go away some time > + * ax25_sendmsg(): uses old (6 digipeater) > + * socket structure.\n", > + */ urrgs oversee

[PATCH] AX25: kill user triggable printks

2008-01-09 Thread maximilian attems
sfuzz can easily trigger any of those. move the printk message to the corresponding comment: makes the intention of the code clear and easy to pick up on an scheduled removal. as bonus simplify the braces placement. Signed-off-by: maximilian attems <[EMAIL PROTECTED]> --- net/ax25/af_ax25.c |