Received: by 2002:ac0:98c7:0:0:0:0:0 with SMTP id g7-v6csp5649626imd; Tue, 30 Oct 2018 23:07:05 -0700 (PDT) X-Google-Smtp-Source: AJdET5ekqal4w+F5M2t3bZsuiGPxzPcuSEUlHGL04T9Bn0vT0YaBYIDzNgy8RhBYuSE9sWkhqR7F X-Received: by 2002:a17:902:8c84:: with SMTP id t4-v6mr1990053plo.188.1540966025895; Tue, 30 Oct 2018 23:07:05 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1540966025; cv=none; d=google.com; s=arc-20160816; b=bIvLg9V6WMRQ6HZwnv4zJ0gIv15ct0sb6UIO2v57PdWisimN0fu8T4smCfFCx8ftM4 R1hx1TxcfvyhaSyflMK44AB2v+9hvHTejXZ+fFpbCuJ6JgxRQ2TujgerbpaRWMC+xryE /yB5H34AtWIfinkSAOk24oFMFYK11zLMVBmyILsCLqDeJiqOAojJiZRG4P4HiG1GShI1 ueNZYfvd1sbW429SAd+83mcCjc1H6eJfhIWRgP5mNXfgT6/kpeH2Uw242nzr2hhe+ph4 97ziLG+9DATf+LYPqstv7hUTUuYLIZT9aE1udAk2BULkzF7gAQ3hfuDiGIiMImUy7XP2 1Uig== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:user-agent:references :message-id:in-reply-to:subject:cc:to:from:date; bh=/b9QPZfJ1OWCEdViDY8o4TKIqLk7xg1Ks3onJwP6ebk=; b=Zmq0o7lLr5PQa2B9PX138y8j0drI9zLf3AkwUj0NSYum1GsiCwOhRT0TtZJ1bjlReJ MoOQvHVQPJRjlysdTc08sM5TelVgXhaRn7hIGEhGsT7bXs9My0FqktUGhwAmyQn0Fwse Yb/GNz/bMznMVtQonsYnzIF07okQejI9xq2td7545VLI/6ve2z9rK7Y/zETNWzwqcg3D 8eofekjQAra8x5dHYLlZT6Wsp++//O8tR92QKDQZ39rxY7nHc9H33meuBSEHG2yqChW/ K8Um2qJh8BDgKQvzU5qyXHu6+HVNW8ObsvKKH6VLj9K2YOAl3l8WVa4ty2GdoAR0lUAu EYLw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id o22-v6si14534623pfk.50.2018.10.30.23.06.50; Tue, 30 Oct 2018 23:07:05 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728955AbeJaPDJ (ORCPT + 99 others); Wed, 31 Oct 2018 11:03:09 -0400 Received: from mail3-relais-sop.national.inria.fr ([192.134.164.104]:25222 "EHLO mail3-relais-sop.national.inria.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725989AbeJaPDJ (ORCPT ); Wed, 31 Oct 2018 11:03:09 -0400 X-IronPort-AV: E=Sophos;i="5.54,447,1534802400"; d="scan'208";a="283890510" Received: from 89-157-201-244.rev.numericable.fr (HELO hadrien) ([89.157.201.244]) by mail3-relais-sop.national.inria.fr with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 31 Oct 2018 07:06:26 +0100 Date: Wed, 31 Oct 2018 07:06:25 +0100 (CET) From: Julia Lawall X-X-Sender: jll@hadrien To: Shayenne Moura cc: Greg Kroah-Hartman , Hans de Goede , Michael Thayer , devel@driverdev.osuosl.org, outreachy-kernel@googlegroups.com, linux-kernel@vger.kernel.org Subject: Re: [Outreachy kernel] Re: [PATCH v2] staging: vboxvideo: Remove unnecessary parentheses In-Reply-To: <20181030231757.24ooubt25oykmgkt@smtp.gmail.com> Message-ID: References: <20181023174304.iq4ra7vafwujr3ex@smtp.gmail.com> <20181030092539.GA10009@kroah.com> <20181030231757.24ooubt25oykmgkt@smtp.gmail.com> User-Agent: Alpine 2.21 (DEB 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 30 Oct 2018, Shayenne Moura wrote: > On 10/30, Greg Kroah-Hartman wrote: > > On Tue, Oct 23, 2018 at 02:43:04PM -0300, Shayenne da Luz Moura wrote: > > > Remove unneeded parentheses around the arguments of ||. This reduces > > > clutter and code behave in the same way. > > > Change suggested by checkpatch.pl. > > > > > > vbox_main.c:119: CHECK: Unnecessary parentheses around 'rects[i].x2 < > > > crtc->x' > > > > > > Signed-off-by: Shayenne da Luz Moura > > > Reviewed-by: Hans de Goede > > > --- > > > Changes in v2: > > > - Make the commit message more clearer. > > > > This patch does not apply to the latest kernel tree at all :( > > > > Please fix up and resend. > > > > thanks, > > > > greg k-h > > Hi Greg! > > Sorry, I do not know what branch are expected to be used. > I used the drm-misc-next to create this patch and I could not > find any merge problem. > > Could you please tell me the details? For staging drivers you should use the staging tree as indicated in the outreachy tutorial. julia > > Thanks, > > Shayenne > > -- > You received this message because you are subscribed to the Google Groups "outreachy-kernel" group. > To unsubscribe from this group and stop receiving emails from it, send an email to outreachy-kernel+unsubscribe@googlegroups.com. > To post to this group, send email to outreachy-kernel@googlegroups.com. > To view this discussion on the web visit https://groups.google.com/d/msgid/outreachy-kernel/20181030231757.24ooubt25oykmgkt%40smtp.gmail.com. > For more options, visit https://groups.google.com/d/optout. >