From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-179.mta1.migadu.com (out-179.mta1.migadu.com [95.215.58.179]) (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 7BDBF382289 for ; Thu, 16 Apr 2026 20:59:06 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=95.215.58.179 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1776373147; cv=none; b=LFpbGHZ5KmR/4MwY3/xckrKak7sFVEMHNhLtWUrQfhJ4Kwt4o0jKcxP0BDMNPmLEadjBP1TlS3P8lghaf3mJMdAtH+QoVMpV8ZUcIz87FiTEvcJot79jR8vTajlEeOTUe5kYHKZ4OgjCHVUW9/FMK63cnNeMsKUzMVMkUURJVvc= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1776373147; c=relaxed/simple; bh=saEDRqSRUvowSIClKIEupqwehwLvmOKO/dX02ADMFaA=; h=Date:From:To:CC:Subject:In-Reply-To:References:Message-ID: MIME-Version:Content-Type; b=NILp+vNdEXlEXu+TMWrB3cINBxk63LvJrqyDjgzlDCs/0jaYq+4MAvxT0+BQikwjI5xXAQJnWmaFjHRPqn6P7kF6Ba8Y2vgDOjPkeHtW07H9jx/q3XffV7uIeqtK1buaBq44DFw7nb6QJP4LB1k4OA+q27ezethwuXv1EycSM20= 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=cxGYG1cd; arc=none smtp.client-ip=95.215.58.179 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="cxGYG1cd" Date: Thu, 16 Apr 2026 22:58:45 +0200 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1776373134; 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=saEDRqSRUvowSIClKIEupqwehwLvmOKO/dX02ADMFaA=; b=cxGYG1cd2uh/gnhlKkAdWvTKXc+ailNF6UtRbBAkb4zbx5yNpgqbKhYYDei14Q6P/3ufIC PoPfgQZEFkvl3aTW6wnhdYYDs7yLREaw56A7nnRdtxWKfSorNd52di1O4Uy7X89J3BDgJi nUzMsr3Qcdw/fllr0H+brSgxy9PCIK0= X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Luka Gejak To: Maksym Pikhotskyi , gregkh@linuxfoundation.org, ethantidmore06@gmail.com, starpt.official@gmail.com, straube.linux@gmail.com, sameekshasankpal@gmail.com, arthur.stupa@gmail.com CC: linux-staging@lists.linux.dev, linux-kernel@vger.kernel.org, luka.gejak@linux.dev Subject: Re: [PATCH v2 2/2] staging: rtl8723bs: reduce nesting In-Reply-To: <20260416195338.324428-2-mpikhotskyi@gmail.com> References: <20260415184727.285753-1-mpikhotskyi@gmail.com> <20260416195338.324428-1-mpikhotskyi@gmail.com> <20260416195338.324428-2-mpikhotskyi@gmail.com> Message-ID: Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Migadu-Flow: FLOW_OUT On April 16, 2026 9:53:38 PM GMT+02:00, Maksym Pikhotskyi wrote: >Reduce nesting by early returns=2E > >Signed-off-by: Maksym Pikhotskyi >--- =2E=2E=2E Hi Maksym, Your logic is spot on=2E However, your subject line and commit message=20 should be more detailed=2E Please try answering questions like why you=20 made these changes and where they apply (mentioning the specific=20 functions or file(if it changes whole file) in the commit body)=2E Also, it would be preferable if you sent your v3 as a completely separate=20 thread=2E Best regards, Luka Gejak