On 10-03-25, 11:45, Viresh Kumar wrote: > On 07-03-25, 12:05, Yury Norov wrote: > > > /** > > > - * cpumask_weight - Count of bits in *srcp > > > + * cpumask_weight - Count of bits in *@srcp > > > * @srcp: the cpumask to count bits (< nr_cpu_ids) in. > > > > Here nr_cpu_ids is also a variable. Why you don't prefix it with @? Hmm, I thought @ is applied only to function arguments. Not sure what should be done with nr_cpu_ids. Akira ? -- viresh