From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-173.mta0.migadu.com (out-173.mta0.migadu.com [91.218.175.173]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id B42C537CD48 for ; Thu, 9 Apr 2026 14:18:48 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=91.218.175.173 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1775744330; cv=none; b=G3UwlyK70ZVGYVhUpJ0t+hGvjbPVrvgsEaH9hXAI2w2ecCplHgoHIvYh5BrI5ubGoX0FiAdcX84zE19EFq1qymHHGuJ81obsp/FnqbgL17QJ9ra1iBRX2CMLxvS/063HoeH6z69XB5nk7AJ+snkaoju739fwXlCtf/1geLxWero= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1775744330; c=relaxed/simple; bh=fT2Q8VqpJ9Hhrl0HOgx+xkWRbPNvqZpaqr/KdqQB28A=; h=Mime-Version:Content-Type:Date:Message-Id:Cc:Subject:From:To: References:In-Reply-To; b=pEFGEUFmSdXWPQ8iEs1ZvnYdmjS04R4tAbuRH5yCv0bvwx7S2Wsv2F5w8+Pok1ICESbIfxD14yr/VFVY/V+3iLb6qCXDTwlbWaWC7wcYixenGRX3AHYq3PHQaVi/CkbVJtmLvliXAyoh6KunjsodL2fhMC+FV6Q34zBUGi2ZPkM= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev; spf=pass smtp.mailfrom=linux.dev; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b=lwdW8IRZ; arc=none smtp.client-ip=91.218.175.173 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linux.dev Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b="lwdW8IRZ" Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: Mime-Version: 1.0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1775744315; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=fT2Q8VqpJ9Hhrl0HOgx+xkWRbPNvqZpaqr/KdqQB28A=; b=lwdW8IRZeKupCA3CjFv7Xwh2OvQxcItC8EU39viOGRC31koUtKgJ+7IUJV+ZQGJXTlfi/D UzQeKrsKFN4GpX3sijJSfMBZaDMrgc9OOATfg9MFY303ZHEzUospVdullQ+tS1uvJh7EGZ LQFcKTZP1qvfOjHaEJPCPUMWaSD4KJc= Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8 Date: Thu, 09 Apr 2026 16:18:28 +0200 Message-Id: Cc: , , , , , Subject: Re: [PATCH v4 0/5] staging: rtl8723bs: Code cleanup in drivers/staging/rtl8723bs X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: "Luka Gejak" To: "Prithvi Tambewagh" , , , , , , , , , , , , , , , , , , , , , , References: <20260409135026.137904-1-activprithvi@gmail.com> In-Reply-To: <20260409135026.137904-1-activprithvi@gmail.com> X-Migadu-Flow: FLOW_OUT On Thu Apr 9, 2026 at 3:50 PM CEST, Prithvi Tambewagh wrote: > This patch series focuses on code cleanup in drivers/staging/rtl8723bs, > majorly focusing on fixing checkpatch warnings of constant being on right > side of test in comparisons, deletion of empty if block ,use of > read_poll_timeout_atomic(), and other code simplifications. > > Changes since v3: > - Rebased the patches on top of staging-next > - Remove compilation output from cover letter > - Add changes in each patch version in cover letter > > v3 link: https://lore.kernel.org/linux-staging/1D11A73B-4869-47DB-B8F5-FB= 3F0D7FF932@linux.dev/T/#m3190af744bc1e1f151e9e8503c7d20951fe27534 ... Hi Prithvi, this seems better, but I have one question. Did patch series appear on=20 mailing list to you, because I cant find it and my emails sent today=20 don't appear either. Not to be misunderstood I don't believe this is=20 your fault but I would like to know if you are experiencing the same=20 problem. Best regards, Luka Gejak