From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from verein.lst.de ([213.95.11.211]:34828 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730085AbgDMNlu (ORCPT ); Mon, 13 Apr 2020 09:41:50 -0400 Date: Mon, 13 Apr 2020 15:41:47 +0200 From: Christoph Hellwig Subject: Re: [PATCH 03/10] block: cleanup hd_struct freeing Message-ID: <20200413134147.GA16386@lst.de> References: <20200408194439.1580699-1-hch@lst.de> <20200408194439.1580699-4-hch@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: linux-s390-owner@vger.kernel.org List-ID: To: Johannes Thumshirn Cc: Christoph Hellwig , Jens Axboe , Stefan Haberland , Jan Hoeppner , "linux-block@vger.kernel.org" , "linux-s390@vger.kernel.org" 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..