From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-18.3 required=3.0 tests=BAYES_00,DKIMWL_WL_MED, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_CR_TRAILER,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, USER_IN_DEF_DKIM_WL autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id D6F26C433DB for ; Fri, 26 Feb 2021 21:07:00 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 9B57A64F22 for ; Fri, 26 Feb 2021 21:07:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230357AbhBZVGy (ORCPT ); Fri, 26 Feb 2021 16:06:54 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52016 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230163AbhBZVGu (ORCPT ); Fri, 26 Feb 2021 16:06:50 -0500 Received: from mail-pg1-x530.google.com (mail-pg1-x530.google.com [IPv6:2607:f8b0:4864:20::530]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 11809C061756 for ; Fri, 26 Feb 2021 13:06:10 -0800 (PST) Received: by mail-pg1-x530.google.com with SMTP id o63so6950899pgo.6 for ; Fri, 26 Feb 2021 13:06:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=yvXG077daJU6YKmJEh5vf6RSoJYeHMnEiVy+ciL3dZw=; b=v+lyrEIhvM2RoELrx4WSpKrFldfnEnnubFNueDvBWmOB4ljdeK1vHN2XQ3SAqLZbLr 56nsTTa6S7+NU/ghxzwBbTHh4sf2NZx/DPkLgzneKHPvax+/AfU+cq5+lhdigNd/xFdb 4OZ8++FobRu8QnfwuSMJnoQ9BvZlj3VtgAUU6vBygdgnb+5sfHiFnDyjl1dHRIzmhOxc k20/MfU4F3s4G52QWKcIwVwxWdGSZbCkz7/vfHKiVlGsSH9DwyBf+N5M6rB4vfk+s0MO Mri/ZmfijbA4158GysuTf843FEDqMgCTEM+W4EV+UAvUyN78epmV9pO3GOSVlE+Lnw5x v67g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=yvXG077daJU6YKmJEh5vf6RSoJYeHMnEiVy+ciL3dZw=; b=TCp8/9jumc8ZPGZ9utpPss7MM+03D+Vkw2gSuwcZlFLBqY0gq//SCegGtUesgnHfab 9gwzEG128PKFcw2Z7wO+FSCSIQUK1DvkNnJ6KI2iVTqXBKQ8PUSgyDrQK09IUPq2O1cf pnR3GxKwBPWUZEdu4Mrbur/JlnL9Y1T0vDkWKEJb07wVvMMXYB/J6k8NNl+UMVkR/xrW 8J38u7I8gJKN/5RzWeJSxxpNGed0WHBBaOYBFsRNuHQEMm/r53HM+kSmaRjiUMeu+JXf qtfNDNDrZDbKb8KreqwdMLzJUKjd7Rgrf4Dnue9AECdANrjc6KVr99KbCwCdgiUEj3Zg SoHQ== X-Gm-Message-State: AOAM532QYnO9Wm8Azyci0zFguYa+Ak07IbPtdCkitx7ufEVI4oYOKqWr 6UkoAnCfSxCmG3sLiQoXqDV/pAiubqyJ4vhJ7xcthA== X-Google-Smtp-Source: ABdhPJzY6R0ydSSn6upRS+o2TR+UM6INNbm7O5j7v7e3+DL10exfal8ujruHzSDVABPTMqXrQaGLuXUpsRu82ayEjOA= X-Received: by 2002:a63:fa4d:: with SMTP id g13mr4481140pgk.201.1614373569051; Fri, 26 Feb 2021 13:06:09 -0800 (PST) MIME-Version: 1.0 References: <20210226205410.nnwstno5xrsb5ci3@smtp.gmail.com> In-Reply-To: <20210226205410.nnwstno5xrsb5ci3@smtp.gmail.com> From: Brendan Higgins Date: Fri, 26 Feb 2021 13:05:57 -0800 Message-ID: Subject: Re: [PATCH] kunit: fix checkpatch warning To: Lucas Pires Stankus Cc: "open list:KERNEL SELFTEST FRAMEWORK" , KUnit Development , Linux Kernel Mailing List Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Feb 26, 2021 at 12:54 PM Lucas Pires Stankus wrote: > > Tidy up code by fixing the following checkpatch warnings: > CHECK: Alignment should match open parenthesis > CHECK: Lines should not end with a '(' > > Signed-off-by: Lucas Stankus Reviewed-by: Brendan Higgins Thanks!