From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932294AbeCLN67 (ORCPT ); Mon, 12 Mar 2018 09:58:59 -0400 Received: from smtp.codeaurora.org ([198.145.29.96]:41112 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751229AbeCLN65 (ORCPT ); Mon, 12 Mar 2018 09:58:57 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Mon, 12 Mar 2018 19:28:55 +0530 From: Abhishek Sahu To: "Christ, Austin" Cc: Andy Gross , Wolfram Sang , David Brown , Sricharan R , linux-arm-msm@vger.kernel.org, linux-soc@vger.kernel.org, linux-i2c@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 12/12] i2c: qup: reorganization of driver code to remove polling for qup v2 In-Reply-To: References: <1517644697-30806-1-git-send-email-absahu@codeaurora.org> <1517644697-30806-13-git-send-email-absahu@codeaurora.org> Message-ID: User-Agent: Roundcube Webmail/1.2.5 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org >> static void qup_i2c_set_blk_event(struct qup_i2c_dev *qup, bool >> is_rx) >> { >> qup->cur_blk_events = 0; >> @@ -1442,13 +1155,452 @@ static int qup_i2c_xfer(struct i2c_adapter >> *adap, >> return ret; >> } >> +/* >> + * Function to configure registers related with reconfiguration >> during run >> + * and will be done before each I2C sub transfer. >> + */ > Consider changing comment style to remove the word "Function" and > state the operation in simple present tense. > > "Function to configure ..." would be "Configure ..." > > Same comment for all comments of this style below. > Thanks Austin. I have done the changes for comments styles in v2 https://lkml.org/lkml/2018/3/12/421 Regards, Abhishek