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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id C66E2C4332F for ; Mon, 17 Oct 2022 13:50:54 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230079AbiJQNuw (ORCPT ); Mon, 17 Oct 2022 09:50:52 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52554 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229822AbiJQNuu (ORCPT ); Mon, 17 Oct 2022 09:50:50 -0400 Received: from msg-1.mailo.com (msg-1.mailo.com [213.182.54.11]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 05E66192B7 for ; Mon, 17 Oct 2022 06:50:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=mailo.com; s=mailo; t=1666014631; bh=MzgpgvOPXYYJ9uSTLDb04aRoEwgOCBfg49mTGRCTv8I=; h=X-EA-Auth:Date:From:To:Cc:Subject:Message-ID:MIME-Version: Content-Type; b=Pt1dXwphxmDDCZUJDL11IORUQydSiKczFZMAmmwDYJK5ZG3H57MWTF1fidnCOyacH Qk2GM0ehYBcdBe6fwUEbIVQf4inuuEeaA9tIPVxmaMftDyYhmi/IUta/aulitvA8+/ hXPOZ+/k8ser+cYeZ9YblRNveHTZB934/r3ujnrM= Received: by b-2.in.mailobj.net [192.168.90.12] with ESMTP via [213.182.55.206] Mon, 17 Oct 2022 15:50:31 +0200 (CEST) X-EA-Auth: HE7Tpv6JQEWvZeHv9+YdRxBEHahqvDhatAHw+8AH9EVhBZQho4m/Ar1QBYKSPJRb36xFdr31nAHmMFKHNLCYGxJ6+4CCscH8 Date: Mon, 17 Oct 2022 18:50:57 +0530 From: Deepak R Varma To: outreachy@lists.linux.dev, Larry.Finger@lwfinger.net, phil@philpotter.co.uk, paskripkin@gmail.com, gregkh@linuxfoundation.org, linux-staging@lists.linux.dev, linux-kernel@vger.kernel.org Cc: kumarpraveen@linux.microsoft.com, saurabh.truth@gmail.com Subject: [PATCH 0/4] staging: r8188eu: trivial code cleanup patches Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Address different kinds of checkpatch complains for the staging/r8188eu module. The patches are required to be applied in sequence. Deepak R Varma (4): staging: r8188eu: use Linux kernel variable naming convention staging: r8188eu: reformat long computation lines staging: r8188eu: remove {} for single statement blocks staging: r8188eu: use htons macro instead of __constant_htons drivers/staging/r8188eu/core/rtw_br_ext.c | 125 +++++++++++----------- 1 file changed, 65 insertions(+), 60 deletions(-) -- 2.30.2