From patchwork Mon Mar 21 08:55:43 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tzung-Bi Shih X-Patchwork-Id: 12786987 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 0BB687B for ; Mon, 21 Mar 2022 08:56:22 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 62FF8C340F3; Mon, 21 Mar 2022 08:56:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1647852981; bh=M2Gy8FiVTRYpGNe6BMtTfeY32cNOQh7iPVRsDN8x8+U=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=NNRcCs1SuofokOveoJ8pC12tqUZ3DbIUmh4vdoHVI3RDRv0EDrYdLdajojfhincll BXCW99MX9K2Lko2aZavQqbx3D0xcfvN917+gwLYTS52UYVOamkPJ/cR53UF2VFevLP /sLQO0ba1Y4C2zqTaUmCXwtGqghTD/twVisDVY8SPpSXFgW9ykaHHDHGyru54i83yy AlF066hfU4Z+K4ewcwKIzICt2hIbHlpHtmn7Xek6pUesbFaL/9kxq1qbWa4jVN1YCV vx1i/W6DxuCR5QX/0o9kswOcJwyZmxbSYJ0LeF4evUMxe3U4az/204M1EZoRV87Pca H3NlKWWOWw62A== From: Tzung-Bi Shih To: bleung@chromium.org, groeck@chromium.org, robh+dt@kernel.org Cc: chrome-platform@lists.linux.dev, tzungbi@kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Guenter Roeck Subject: [PATCH v3 1/5] platform/chrome: cros_kbd_led_backlight: sort headers alphabetically Date: Mon, 21 Mar 2022 16:55:43 +0800 Message-Id: <20220321085547.1162312-2-tzungbi@kernel.org> X-Mailer: git-send-email 2.35.1.894.gb6a874cedc-goog In-Reply-To: <20220321085547.1162312-1-tzungbi@kernel.org> References: <20220321085547.1162312-1-tzungbi@kernel.org> Precedence: bulk X-Mailing-List: chrome-platform@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 To be neat and reduce conflict possibility, sort the headers alphabetically. Reviewed-by: Guenter Roeck Signed-off-by: Tzung-Bi Shih --- Changes from v2: - Add commit message. - Add R-b tag. Changes from v1: - Update email address accordingly. drivers/platform/chrome/cros_kbd_led_backlight.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/platform/chrome/cros_kbd_led_backlight.c b/drivers/platform/chrome/cros_kbd_led_backlight.c index aa409f0201fb..f9587a562bb7 100644 --- a/drivers/platform/chrome/cros_kbd_led_backlight.c +++ b/drivers/platform/chrome/cros_kbd_led_backlight.c @@ -4,12 +4,12 @@ // Copyright (C) 2012 Google, Inc. #include -#include #include #include -#include #include #include +#include +#include #include #include