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 Otherwise, Reviewed-by: Johannes Thumshirn <johannes.thumshirn@xxxxxxx>