On Thu, Apr 09, 2020 at 11:30:19AM +0000, Johannes Thumshirn wrote: > On 08/04/2020 21:45, Christoph Hellwig wrote: > > - struct hd_struct *part = container_of(to_rcu_work(work), struct hd_struct, > > - rcu_work); > > + struct hd_struct *part = > > + container_of(to_rcu_work(work), struct hd_struct, rcu_work); > > That looks like an unneeded white space only change It was intentional as I was touching the code right next to it anyway..