From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755190AbdKQB7V (ORCPT ); Thu, 16 Nov 2017 20:59:21 -0500 Received: from mx1.redhat.com ([209.132.183.28]:53380 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755146AbdKQB7L (ORCPT ); Thu, 16 Nov 2017 20:59:11 -0500 Message-ID: <1510883944.21121.320.camel@redhat.com> Subject: Re: [PATCH -next] fork.c: Check error and return early From: Rik van Riel To: Marcos Paulo de Souza Cc: Andrew Morton , Ingo Molnar , Michal Hocko , Peter Zijlstra , Oleg Nesterov , linux-kernel@vger.kernel.org Date: Thu, 16 Nov 2017 20:59:04 -0500 In-Reply-To: <20171117002929.5155-1-marcos.souza.org@gmail.com> References: <20171117002929.5155-1-marcos.souza.org@gmail.com> Organization: Red Hat, Inc Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.26]); Fri, 17 Nov 2017 01:59:11 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 2017-11-16 at 22:28 -0200, Marcos Paulo de Souza wrote: > Thus reducing one indentation level while maintaining the same > rationale. > > Signed-off-by: Marcos Paulo de Souza Acked-by: Rik van Riel