Erick Archer <[email protected]> wrote: > It is preferred to use sizeof(*pointer) instead of sizeof(type) > due to the type of the variable can change and one needs not > change the former (unlike the latter). This patch has no effect > on runtime behavior. > > At the same time remove some redundant NULL initializations. > > Signed-off-by: Erick Archer <[email protected]>
2 patches applied to wireless-next.git, thanks. aea9165ccfd1 wifi: at76c50x: use sizeof(*pointer) instead of sizeof(type) bbef1d006cb1 wifi: at76c50x: prefer struct_size over open coded arithmetic -- https://patchwork.kernel.org/project/linux-wireless/patch/as8pr02mb7237c784c14dbc943cb719f88b...@as8pr02mb7237.eurprd02.prod.outlook.com/ https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches
