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 7FC14C433FE for ; Wed, 26 Oct 2022 10:35:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231926AbiJZKfb (ORCPT ); Wed, 26 Oct 2022 06:35:31 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41354 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231706AbiJZKf3 (ORCPT ); Wed, 26 Oct 2022 06:35:29 -0400 Received: from msg-4.mailo.com (msg-4.mailo.com [213.182.54.15]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 28B0876549 for ; Wed, 26 Oct 2022 03:35:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=mailo.com; s=mailo; t=1666780518; bh=CkgEmYMxD29PBWn79CaVb5kHVMygiKiP3es92Nhi7G4=; h=X-EA-Auth:Date:From:To:Subject:Message-ID:MIME-Version: Content-Type; b=IUMJ9OPXIxcVfEhq0wlj3/GG/3fLt5rQglxV/+hYIjDRNyLSykbeagy6SoueDJFJR q8vq9OBDerG2nIB00mZhmhsXrKSyvEfrauxwRE9zEvSVqOyFMSOKydEXiLL6V9HJSv QK/TdFovR3WgQNP79nqoCAfYRqGvkoJT2kVJ3yeU= Received: by b-2.in.mailobj.net [192.168.90.12] with ESMTP via [213.182.55.206] Wed, 26 Oct 2022 12:35:18 +0200 (CEST) X-EA-Auth: mHdDbY5qqCmgEzKCFIMRuZDAPpX5m4qL514Kcl9/eEshuHcNJYNG/6XRE55NbdQbMTUezGV/ge/YfFB8u8Bc2rkvBGvwUTxp Date: Wed, 26 Oct 2022 08:56:41 +0530 From: Deepak R Varma To: outreachy@lists.linux.dev, Greg Kroah-Hartman , linux-staging@lists.linux.dev, linux-kernel@vger.kernel.org Subject: [PATCH 0/2] staging: rtl8192u: unused code cleanup 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 Remove code that is unnecessary or unused. Deepak R Varma (2): staging: rtl8192u: remove unnecessary function implementation staging: rtl8192u: remove unused macro definition drivers/staging/rtl8192u/ieee80211/ieee80211.h | 5 ----- drivers/staging/rtl8192u/ieee80211/ieee80211_crypt_tkip.c | 6 ------ drivers/staging/rtl8192u/ieee80211/ieee80211_module.c | 3 --- 3 files changed, 14 deletions(-) -- 2.30.2