From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751403AbeEVFwP (ORCPT ); Tue, 22 May 2018 01:52:15 -0400 Received: from mail-wr0-f196.google.com ([209.85.128.196]:42196 "EHLO mail-wr0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751039AbeEVFwM (ORCPT ); Tue, 22 May 2018 01:52:12 -0400 X-Google-Smtp-Source: AB8JxZrojNBhNrFiJNy1GL/KrakFE+Nv9liK8goh7XgV2W9VH2qtPLINvOSNeMXt3dQjHON/6eMakg== Subject: Re: [PATCH net-next 7/7] net: dsa: qca8k: Remove rudundant parentheses To: Florian Fainelli , netdev@vger.kernel.org Cc: michal.vokac@ysoft.com, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, vivien.didelot@savoirfairelinux.com, andrew@lunn.ch, mark.rutland@arm.com, robh+dt@kernel.org, davem@davemloft.net References: <1526909293-56377-1-git-send-email-michal.vokac@ysoft.com> <1526909293-56377-8-git-send-email-michal.vokac@ysoft.com> <708a634a-167f-4e96-be97-aca059724374@gmail.com> From: =?UTF-8?B?TWljaGFsIFZva8OhxI0=?= Message-ID: <77ce65fe-3578-21fc-bc67-5c63c2596505@gmail.com> Date: Tue, 22 May 2018 07:52:09 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.7.0 MIME-Version: 1.0 In-Reply-To: <708a634a-167f-4e96-be97-aca059724374@gmail.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 21.5.2018 17:21, Florian Fainelli wrote: > > On 05/21/2018 06:28 AM, Michal Vokáč wrote: >> Fix warning reported by checkpatch. > > Nit in the subject: should be redundant, with that: > > Reviewed-by: Florian Fainelli Thanks, I will fix it. Michal