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=-2.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,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 7B20FC433E9 for ; Thu, 18 Feb 2021 18:22:59 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 3689464ECC for ; Thu, 18 Feb 2021 18:22:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232135AbhBRSWz (ORCPT ); Thu, 18 Feb 2021 13:22:55 -0500 Received: from mail-40131.protonmail.ch ([185.70.40.131]:60800 "EHLO mail-40131.protonmail.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232834AbhBRPz2 (ORCPT ); Thu, 18 Feb 2021 10:55:28 -0500 Date: Thu, 18 Feb 2021 15:54:29 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail; t=1613663672; bh=0F5bOJE9FkJO0yoXlkGBbjh+9YZ0Gztvth6EcfpFias=; h=Date:To:From:Reply-To:Subject:From; b=xToeaOB2U/mlybdMyOSkp+EYUaDBraYLq5ouCp0abk8yIVvGn6zF08eO7YDzT3Xai wyRfhY9tSr8gQPsu/Jm+hoYN23h5aiphoDVPwcinGq3rEpcqWc3f6gGFfp9ursSYjw HvHF9u+ckaX+QW/uwhJi5Hy7qcO84qsj1QfXHMy4= To: gregkh@linuxfoundation.org, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org From: Kurt Manucredo Reply-To: Kurt Manucredo Subject: [PATCH] fix comparisons - put constant on right side- eudyptula Message-ID: <20210218155422.7-1-fuzzybritches@protonmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Dear linux kernel developers, for my eudyptula challenge it is required of me to fix a coding style issue in the staging area in linux-next. I am aware that it is in general frowned upon when submitting these sorts of patches. However, to finish my 10th challenge I was tasked to do exactly that. So I ask you kindly to pull this patch if possible. Thank you for your time, kind regards