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 96A88C4332F for ; Sun, 6 Nov 2022 17:54:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230400AbiKFRyf (ORCPT ); Sun, 6 Nov 2022 12:54:35 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49044 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229991AbiKFRyd (ORCPT ); Sun, 6 Nov 2022 12:54:33 -0500 Received: from msg-4.mailo.com (msg-4.mailo.com [213.182.54.15]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 35DB9FD7 for ; Sun, 6 Nov 2022 09:54:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=mailo.com; s=mailo; t=1667757254; bh=+YpV4K0Qx3G5hgqrE/gyL8EiAycq1OSpWbGx90RSfOA=; h=X-EA-Auth:Date:From:To:Subject:Message-ID:MIME-Version: Content-Type; b=bfmHtdUlwLH9/fDOoioVlkBc/FBsq0wWlvK9nbaiYpmPzuK49UNkUN3vq2AUCJNcx XrOObHF8eMv/PoX+zQ/lbeEPbRq0Repb6F8ZbGbcqxB9obTmA0FOUzGJzWL+K9XIJz +ZZTtMM9iOEpMa7j/rfJ1BFuvy7EV+Qxva4t4SFo= Received: by b-1.in.mailobj.net [192.168.90.11] with ESMTP via ip-206.mailobj.net [213.182.55.206] Sun, 6 Nov 2022 18:54:14 +0100 (CET) X-EA-Auth: H9GvGZlEnTujI3iKV7ccXlyHipKEAXZxpWcUvtv1TdY8Rknx9nI+/dv+53zizp0lisVP3vi/Rv5ABwcy3cqvQtFwwd1akCyg Date: Sun, 6 Nov 2022 23:24:01 +0530 From: Deepak R Varma To: Larry Finger , Phillip Potter , Pavel Skripkin , Greg Kroah-Hartman , linux-staging@lists.linux.dev, linux-kernel@vger.kernel.org Subject: [PATCH v2 0/2] staging: r8188eu: casting simplified 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 Patch set proposes variable casting simplifications. Change improves code readability and appears more maintainable. Changes in v2: 1. Patch set introduced. Changes associated with pointer casting and variable casting are split into separate patches. Hence the patch set. Suggested by gregkh@linuxfoundation.org Deepak R Varma (2): staging: r8188eu: simplify complex pointer casting staging: r8188eu: remove unnecessary casting drivers/staging/r8188eu/core/rtw_br_ext.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) -- 2.34.1