From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751181AbdALIvs (ORCPT ); Thu, 12 Jan 2017 03:51:48 -0500 Received: from mail-lf0-f68.google.com ([209.85.215.68]:34110 "EHLO mail-lf0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750819AbdALIvr (ORCPT ); Thu, 12 Jan 2017 03:51:47 -0500 Date: Thu, 12 Jan 2017 09:51:45 +0100 From: Johan Hovold To: Derek Robson Cc: johan@kernel.org, elder@kernel.org, gregkh@linuxfoundation.org, greybus-dev@lists.linaro.org, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH RESEND] Staging: greybus: style fix, permissions as octal Message-ID: <20170112085145.GC7420@localhost> References: <20170112045940.10359-1-robsonde@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170112045940.10359-1-robsonde@gmail.com> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Jan 12, 2017 at 05:59:40PM +1300, Derek Robson wrote: > Changed permissions to be in octal style. > Found by checkpatch. > > Signed-off-by: Derek Robson > --- Acked-by: Johan Hovold Next time, please include a module prefix in your Subject (i.e. "staging: greybus: camera: ...") unless doing changes subsystem-wide. Thanks, Johan