From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753242AbcI1J2q (ORCPT ); Wed, 28 Sep 2016 05:28:46 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:58114 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752362AbcI1J2h (ORCPT ); Wed, 28 Sep 2016 05:28:37 -0400 Date: Wed, 28 Sep 2016 11:28:40 +0200 From: Greg KH To: Ramiro Oliveira Cc: arve@android.com, riandrews@android.com, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] Staging: android: fix permissions style Message-ID: <20160928092840.GA16732@kroah.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.7.0 (2016-08-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Sep 26, 2016 at 10:02:28PM +0100, Ramiro Oliveira wrote: > Change permissions from symbolic to octal. > > Signed-off-by: Ramiro Oliveira > --- > drivers/staging/android/lowmemorykiller.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) Doesn't apply to my tree at all, are you sure you are working against linux-next? thanks, greg k-h