From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752159AbdEPLeP (ORCPT ); Tue, 16 May 2017 07:34:15 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:40322 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751878AbdEPLeL (ORCPT ); Tue, 16 May 2017 07:34:11 -0400 Date: Tue, 16 May 2017 13:34:01 +0200 From: Greg KH To: Matej Dujava Cc: Sudip Mukherjee , Teddy Wang , devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v3 0/7] staging: sm750fb: cleaning code Message-ID: <20170516113401.GA32252@kroah.com> References: <1494885252-22831-1-git-send-email-mdujava@kocurkovo.cz> <1494926423-6476-1-git-send-email-mdujava@kocurkovo.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1494926423-6476-1-git-send-email-mdujava@kocurkovo.cz> User-Agent: Mutt/1.8.2 (2017-04-18) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, May 16, 2017 at 11:20:16AM +0200, Matej Dujava wrote: > Folowing patch set cleans some warnings and checkups from checkpatch.pl > and also fix code to better fot linux code style. > > Changes since v2 [1]: > > * staging: sm750fb: unifying macro usage and definitions > * move definition of MHZ macro from c file to header. Any reason you aren't cc:ing the staging tree maintainer so he knows to review these? :) thanks, greg k-h