From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751265AbbFMVVY (ORCPT ); Sat, 13 Jun 2015 17:21:24 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:36270 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750728AbbFMVVR (ORCPT ); Sat, 13 Jun 2015 17:21:17 -0400 Date: Sat, 13 Jun 2015 14:21:16 -0700 From: Greg KH To: Tomas Winkler Cc: arnd@arndb.de, linux-kernel@vger.kernel.org Subject: Re: [char-misc-next 02/17] mei: bus: fix drivers and devices names confusion Message-ID: <20150613212116.GA13609@kroah.com> References: <1434222709-10966-1-git-send-email-tomas.winkler@intel.com> <1434222709-10966-3-git-send-email-tomas.winkler@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1434222709-10966-3-git-send-email-tomas.winkler@intel.com> User-Agent: Mutt/1.5.23+89 (0255b37be491) (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Jun 13, 2015 at 10:11:34PM +0300, Tomas Winkler wrote: > the variables of type mei_cl_device are now cldev > the variables of type mei_cl_driver are now cldrv You are saying what you did, but not why you are doing it. Renaming variables for no good reason means I have to reject this patch, sorry. > the variables of type mei_device are now bus in the > bus layer context What do you mean by this? greg k-h