On 2/4/21 03:40, Mike Christie wrote: > > + ib_dev->ibd_plug = kcalloc(nr_cpu_ids, sizeof(*ib_dev->ibd_plug), > + GFP_KERNEL); I'd actually prefer struct xxx in sizeof, but maybe that is just my preference. Not sure what is the standard practice in target code.