[PATCH] Staging: comedi: das16: Fixed a const struct coding style issue

Hartley Sweeten HartleyS at visionengravers.com
Mon Nov 27 17:51:56 UTC 2017


On Monday, November 27, 2017 3:28 AM, Ian Abbott wrote:
> On 26/11/17 01:50, Alex Frappier Lachapelle wrote:
>> +		const struct comedi_lrange *lrange;
>
> NAK.  The following lines of source code allocate memory pointed to by 'lrange' and modify it, so 'const' is not appropriate here.

Ian,

Wonder if it's worth putting a comment about this in the code. This has come up a
couple times.

Regards,
Hartley


More information about the devel mailing list