From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753065AbcHQLPX (ORCPT ); Wed, 17 Aug 2016 07:15:23 -0400 Received: from mga14.intel.com ([192.55.52.115]:11922 "EHLO mga14.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752009AbcHQLPV (ORCPT ); Wed, 17 Aug 2016 07:15:21 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.28,529,1464678000"; d="scan'208";a="157089205" Date: Wed, 17 Aug 2016 14:15:17 +0300 From: Heikki Krogerus To: Tal Shorer Cc: gregkh@linuxfoundation.org, linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org, balbi@kernel.org Subject: Re: [PATCH v3 5/8] usb: ulpi: rename operations {read|write}_dev to simply {read|write} Message-ID: <20160817111517.GN9927@kuha.fi.intel.com> References: <1471363493-7836-1-git-send-email-tal.shorer@gmail.com> <1471363493-7836-6-git-send-email-tal.shorer@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1471363493-7836-6-git-send-email-tal.shorer@gmail.com> User-Agent: Mutt/1.6.2 (2016-07-01) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Aug 16, 2016 at 07:04:50PM +0300, Tal Shorer wrote: > With the removal of the old {read|write} operations, we can now safely > rename the new api operations {read|write}_dev to use the shorter and > clearer names {read|write}, respectively. > > Signed-off-by: Tal Shorer Acked-by: Heikki Krogerus Thanks, -- heikki