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 C7A1EC00140 for ; Fri, 5 Aug 2022 16:28:10 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240983AbiHEQ2J (ORCPT ); Fri, 5 Aug 2022 12:28:09 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57584 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S240720AbiHEQ2G (ORCPT ); Fri, 5 Aug 2022 12:28:06 -0400 Received: from mx01.ayax.eu (mx01.ayax.eu [188.137.98.110]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 993121D9 for ; Fri, 5 Aug 2022 09:28:03 -0700 (PDT) Received: from [192.168.192.146] (port=57874 helo=nx64de-df6d00) by mx01.ayax.eu with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1oK0Ad-0007pN-HF; Fri, 05 Aug 2022 18:27:33 +0200 Date: Fri, 5 Aug 2022 18:27:30 +0200 From: Grzegorz Szymaszek To: Larry Finger , Greg KH , Phillip Potter Cc: Philipp Hortmann , Grzegorz Szymaszek , linux-kernel@vger.kernel.org, linux-staging@lists.linux.dev Subject: [PATCH v2 0/4] staging: r8188eu: cleanup some metadata issues Message-ID: Mail-Followup-To: Grzegorz Szymaszek , Larry Finger , Greg KH , Phillip Potter , Philipp Hortmann , linux-kernel@vger.kernel.org, linux-staging@lists.linux.dev 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 This patchset tries to improve the r8188eu driver metadata. Some hardcoded values are replaced with proper macros, some unnecessary macros are removed. Changes for v2: - added a cover letter and a base tree reference; - added Philipp Hortmann's Tested-by; - replaced the second and the third patch with different ones, per Greg Kroah-Hartman's suggestions to make better use of existing kernel macros and remove unnecessary ones. Grzegorz Szymaszek (4): staging: r8188eu: set firmware path in a macro staging: r8188eu: use KBUILD_MODNAME instead of a string constant staging: r8188eu: drop the DRV_NAME macro staging: r8188eu: drop the DRIVERVERSION macro drivers/staging/r8188eu/core/rtw_fw.c | 2 +- drivers/staging/r8188eu/include/drv_types.h | 4 +--- drivers/staging/r8188eu/os_dep/os_intfs.c | 3 +-- drivers/staging/r8188eu/os_dep/usb_intf.c | 2 +- 4 files changed, 4 insertions(+), 7 deletions(-) base-commit: 9de1f9c8ca5100a02a2e271bdbde36202e251b4b prerequisite-patch-id: 79964bd0bcd260f1df53830a81e009c34993ee6f -- 2.35.1