From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.3 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_PASS,USER_AGENT_MUTT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id B56A1C67790 for ; Wed, 25 Jul 2018 07:57:36 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 678F220647 for ; Wed, 25 Jul 2018 07:57:36 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 678F220647 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=linuxfoundation.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728527AbeGYJID (ORCPT ); Wed, 25 Jul 2018 05:08:03 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:36468 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728441AbeGYJID (ORCPT ); Wed, 25 Jul 2018 05:08:03 -0400 Received: from localhost (LFbn-1-12238-233.w90-92.abo.wanadoo.fr [90.92.53.233]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id 12B85AD2; Wed, 25 Jul 2018 07:57:32 +0000 (UTC) Date: Wed, 25 Jul 2018 09:57:29 +0200 From: Greg Kroah-Hartman To: Georgios Tsotsos Cc: devel@driverdev.osuosl.org, James Hogan , linux-kernel@vger.kernel.org, Aaro Koskinen Subject: Re: [PATCH 0/4] Staging: octeon-usb: Fixes and Coding style applied. Message-ID: <20180725075729.GA22990@kroah.com> References: <20180724223853.10198-1-tsotsos@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180724223853.10198-1-tsotsos@gmail.com> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jul 25, 2018 at 01:38:49AM +0300, Georgios Tsotsos wrote: > Hello, > > Previously patches were sent with wrong cover format, please ignore. > > I am sending four patches which trying to resolve TODO list requirements > no 45 about octeon-usb. > There are SPDX licence additions on c and header files. > Checkpatch warnings are resolved,also a notice about CVMX_WAIT_FOR_FIELD32 macro. > It could improve readability and maintenance of this module if function > cvmx_usb_poll_channel() break down (and probably some others too) My same comments hold true for the "no changelog" patches :( thanks, greg k-h