Hi, On Fri, Apr 13, 2018 at 03:20:20PM -0500, Steven J. Hill wrote: > All of these files will be touched by the forthcoming CPU hotplug > and PCIe patchsets. Ran checkpatch and updated copyright dates. [...] > - smp_wmb(); > + smp_wmb(); /* */ > - mb(); > + mb(); /* */ > - mb(); > + mb(); /* */ > - mb(); > + mb(); /* */ > - mb(); > - > + mb(); /* */ > - mb(); > + mb(); /* */ I don't think we should add empty comments just to silence checkpatch... A.