On 18/08/14 17:31, Joe Perches wrote: > On Mon, 2014-08-18 at 08:29 -0700, Alexander Duyck wrote: >> Doing any kind of pointer math on a void pointer is generally unsafe as >> it is an incomplete type. The only reason why it works in GCC is >> because GCC has a nonstandard extension that makes it report as having a >> size of 1. > > I know. It's used in quite a few places in kernel code > so I believe it's now a base assumption for the kernel. > > > Ok, so what do you suggest - void* or char* here ? -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Re: [PATCH] drivers: net: ethernet: intel: e1000: e1000_ethtool.c coding style fixes
Krzysztof Majzerowicz-Jaszcz Mon, 18 Aug 2014 08:37:02 -0700
- [PATCH] drivers: net: ethernet: intel: e1000:... Krzysztof Majzerowicz-Jaszcz
- Re: [PATCH] drivers: net: ethernet: inte... Joe Perches
- Re: [PATCH] drivers: net: ethernet: ... Alexander Duyck
- Re: [PATCH] drivers: net: ethern... Joe Perches
- Re: [PATCH] drivers: net: et... Krzysztof Majzerowicz-Jaszcz
- Re: [PATCH] drivers: ne... Joe Perches
- Re: [PATCH] drivers... Krzysztof Majzerowicz-Jaszcz
- Re: [PATCH] drivers: net: et... Alexander Duyck
- Re: [PATCH] drivers: ne... Joe Perches