From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751173AbbGWEg3 (ORCPT ); Thu, 23 Jul 2015 00:36:29 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:59881 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750854AbbGWEgW (ORCPT ); Thu, 23 Jul 2015 00:36:22 -0400 Date: Wed, 22 Jul 2015 21:30:29 -0700 From: Greg KH To: Tomas Winkler Cc: arnd@arndb.de, linux-kernel@vger.kernel.org Subject: Re: [char-misc-next 01/15 V2] mei: bus: fix drivers and devices names confusion Message-ID: <20150723043029.GA21247@kroah.com> References: <1434394615-3754-1-git-send-email-tomas.winkler@intel.com> <1434394615-3754-2-git-send-email-tomas.winkler@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1434394615-3754-2-git-send-email-tomas.winkler@intel.com> User-Agent: Mutt/1.5.23+102 (2ca89bed6448) (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Jun 15, 2015 at 09:56:41PM +0300, Tomas Winkler wrote: > In the mei bus layer there is use of different variables > of driver and device types with no clear naming convention. > There are generic struct device and struct driver, > then mei_cl_{device, driver}, and finally mei_device which > in this context serves as a bus device. > > The patch sets following naming convention: > > the variables of type struct device remains dev > the variables of type struct driver remains drv > the variables of type struct mei_cl_device are now cldev > the variables of type struct mei_cl_driver are now cldrv > the variables of type struct mei_device are now bus, in bus > layer context > > Signed-off-by: Tomas Winkler Due to the changes in Linus's tree, this doesn't apply to 4.2-rc3. Can you refresh this series and resend? Same for the other outstanding mei patches you have sent that I haven't applied. thanks, greg k-h