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=-4.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS autolearn=no 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 3E04BC32753 for ; Wed, 14 Aug 2019 16:23:15 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 1523820665 for ; Wed, 14 Aug 2019 16:23:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1565799795; bh=tN017jx7D3mqg2uTVkRp7Eusfnr22JSYqNHhZgC5KJY=; h=In-Reply-To:References:Subject:From:Cc:To:Date:List-ID:From; b=bZXRVrCczkJpu7R+jxZItZYlSj1kBbcAw4RH5QWq1qEbI1RP/BJ8ir1XSYvQqOh// rN8Y7LyWo0YhtQVoMe3HIyVjEr02xz8EBGP/baz9Xwg/9f1vIkkgFkLcldg6Rnqhui DEPDlTejMU3JAEsBo3uQy0je5StAgiMY4H8S2jo4= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728424AbfHNQXO (ORCPT ); Wed, 14 Aug 2019 12:23:14 -0400 Received: from mail.kernel.org ([198.145.29.99]:37600 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728262AbfHNQXN (ORCPT ); Wed, 14 Aug 2019 12:23:13 -0400 Received: from kernel.org (unknown [104.132.0.74]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 85E81208C2; Wed, 14 Aug 2019 16:23:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1565799792; bh=tN017jx7D3mqg2uTVkRp7Eusfnr22JSYqNHhZgC5KJY=; h=In-Reply-To:References:Subject:From:Cc:To:Date:From; b=oFCxzkNDOTeh1H6184ZWtl/56xl35DazBAlo6hqrFwDwf1P2hDOmpbVbwjbydjksB m+nToyVCXv3TJ4yMoq7C/JFpW46MeYdgczjPNUpLb5wLL5+rqwy3SD58FcycXeCxQU /4Ghn8g7Hbp3mYhUkPbDmxh41idiKRP4Pmeo0WFk= Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable In-Reply-To: <20190814002402.18154-1-sboyd@kernel.org> References: <20190814002402.18154-1-sboyd@kernel.org> Subject: Re: [PATCH] clk: socfpga: deindent code to proper indentation From: Stephen Boyd Cc: linux-kernel@vger.kernel.org, linux-clk@vger.kernel.org, Dinh Nguyen To: Michael Turquette , Stephen Boyd User-Agent: alot/0.8.1 Date: Wed, 14 Aug 2019 09:23:11 -0700 Message-Id: <20190814162312.85E81208C2@mail.kernel.org> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Quoting Stephen Boyd (2019-08-13 17:24:02) > This code is indented oddly, causing checkpatch to complain. Indent it > properly. >=20 > Cc: Dinh Nguyen > Signed-off-by: Stephen Boyd > --- Applied to clk-next