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=-10.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS 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 11636C433E6 for ; Sat, 23 Jan 2021 22:55:40 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id CA41D225AC for ; Sat, 23 Jan 2021 22:55:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726374AbhAWWza (ORCPT ); Sat, 23 Jan 2021 17:55:30 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45944 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726278AbhAWWzS (ORCPT ); Sat, 23 Jan 2021 17:55:18 -0500 Received: from mail-lf1-x12c.google.com (mail-lf1-x12c.google.com [IPv6:2a00:1450:4864:20::12c]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0B24AC0613D6 for ; Sat, 23 Jan 2021 14:54:38 -0800 (PST) Received: by mail-lf1-x12c.google.com with SMTP id q8so12616614lfm.10 for ; Sat, 23 Jan 2021 14:54:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=hpPVms42Qj3wyzK8TZxiwezrbYMDzaDl0qJC7o+O95A=; b=JnqAn/nCDH1I3FJ2vvEUCe/9Qs3MNAMiuY5aKGF7agHtBuKa2dND+oSvmNVE6emUej pxTuKutuhNRL9cfapcZH72FJDOOX/7/LML6jN5A4d1c8GCglVk9/nAvupo8MDAKKC9ak bbmfbdLoO/FM60BPmDLeGOocEXzxdQtPihW/27JqeSNuOMKzK1gqdRP6Xq9n9mxjSTCL 8XP4fcv9qC1S0vTlpFEqEiFugakmMS1fj2L3olkRzErEOfFd7B+XtwT73Oh1vZBuxv6B t52ft1Y/8QlFC0+2DlNFmQB4eVqRIoWPviczj6RaY3SoJrRtL4FORkIDmabQYGjNi2oX mbGg== 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=hpPVms42Qj3wyzK8TZxiwezrbYMDzaDl0qJC7o+O95A=; b=q/vCsYmd/Tfo1Rg8t04UxG0oRO3Yfy5jaUENvoRNLpllqZbVZ9KOU+0nF4prpnzOjV 7yZzKZtROHtIsyHoWrD6SK9EEUSmQxkX3tP/f4DGGq+hjlf3enQB/Ua2Y3qlf6DzAI8L N2t43Qy/BWB4Y7WHUGe6YkgLSWYIhaausjJ6e784AKVT6OTdmCqOF2z4XzXJrlVGp74V ixeoCaH5cwzLXghOk6KiXmVljL7iRrWXozpDUWzjWBlhahUEq0ufMv9j+KibTlxOCYOI Revj1N4qz3L1p9U1arKYCha82PaL7sznsYwUXwWNsv5KUuAlErENufjjJmPnWFlyYPug BYcA== X-Gm-Message-State: AOAM531dFFqfFYJC6BURBh9k2JV8g1KlyxumXOlyzUDlqMbzLWVw2LjO DlPIFHbo92pp1pJZu/NJRrWkBPCuoR5pa6QJUt156g== X-Google-Smtp-Source: ABdhPJwAkjlpagQHKLJ3rhbl3XiPLlkcsgvSyAEaBP9bd69MBoanQKe+NOJImbhbS1Ybz6vhpv4n9Rf5uSnyLSqJiJY= X-Received: by 2002:a05:6512:3238:: with SMTP id f24mr831929lfe.29.1611442476603; Sat, 23 Jan 2021 14:54:36 -0800 (PST) MIME-Version: 1.0 References: <20210122195959.4197-1-digetx@gmail.com> In-Reply-To: <20210122195959.4197-1-digetx@gmail.com> From: Linus Walleij Date: Sat, 23 Jan 2021 23:54:25 +0100 Message-ID: Subject: Re: [PATCH v1] gpio: tegra: Improve formatting of the code To: Dmitry Osipenko Cc: Thierry Reding , Jonathan Hunter , Laxman Dewangan , Bartosz Golaszewski , linux-tegra , "open list:GPIO SUBSYSTEM" , "linux-kernel@vger.kernel.org" Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Jan 22, 2021 at 9:00 PM Dmitry Osipenko wrote: > Don't cross 80 chars of line length in order to keep formatting of the > code consistent. > > Signed-off-by: Dmitry Osipenko Acked-by: Linus Walleij Yours, Linus Walleij