From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-178.mta1.migadu.com (out-178.mta1.migadu.com [95.215.58.178]) (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 5E465313550 for ; Thu, 28 Aug 2025 14:57:09 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=95.215.58.178 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1756393032; cv=none; b=eqxE1KiBRIT2UwXDmfXBx1P6AqSSH1ucrpXo3L5KlBlrzWmP69+6raNxLVbG7ztiMg8HoucSW48QG0OP9q5QCZUTJsS/WLEfz8KYcMIPzuS9/Oi3pTNIFtVdBugXMIMWsin6wi8Emi5h3Vg37T59KEtsksaU5HWzN+IRCGPrZYE= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1756393032; c=relaxed/simple; bh=LjZH5RPNYNV2BDdX8f/XBlZjeTKurwEs5PIvOlitcf4=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=YKPafyCwsu1XmdZcAueOGsHwtKwOQ18Ri5tn53jbquf1m9ocSDAbKbIr0AyvRoC4Jh+frjRhWkWxDj88ac7tCWsIoBK/KAY1HNl9n5LnIoVvAkit21q2EEa0238Hf9aULweIiq8a4dTEB2XlhHNHHGekujfIsBUET2vVkHJ8tSY= 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=haXG5FwJ; arc=none smtp.client-ip=95.215.58.178 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="haXG5FwJ" Message-ID: <03272d08-633d-40f7-887d-4ee3733d510b@linux.dev> DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1756393027; 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=bPfyD7QOPW2BQekh+K/+I8PZt6K6bH5TCooiGKYuchg=; b=haXG5FwJv4Oo7l0c4jCRwdW6WIWiTWgAyazqi+qoaDNIjItI/IJsagOii/g+SsH9NehOwm +dP17RZ0wrz9sXP5WD3lKDWfaaa/jNqaPtsCK6rlrCiisfRtFCRgsFQ8hP7VOA/A3tg0XP R1RMTFceRWBZ99bnYV+iCMGGARXUIuo= Date: Thu, 28 Aug 2025 15:56:54 +0100 Precedence: bulk X-Mailing-List: linux-doc@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Subject: Re: [PATCH net-next v02 14/14] hinic3: Fix code style (Missing a blank line before return) To: Fan Gong , Zhu Yikai Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org, "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Simon Horman , Andrew Lunn , linux-doc@vger.kernel.org, Jonathan Corbet , Bjorn Helgaas , luosifu , Xin Guo , Shen Chenyang , Zhou Shuai , Wu Like , Shi Jing , Meny Yossefi , Gur Stavi , Lee Trager , Michael Ellerman , Suman Ghosh , Przemek Kitszel , Christophe JAILLET References: <7ede06e5314dd62037c078f0bd50a4c49e3cf9ab.1756378721.git.zhuyikai1@h-partners.com> Content-Language: en-US X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Vadim Fedorenko In-Reply-To: <7ede06e5314dd62037c078f0bd50a4c49e3cf9ab.1756378721.git.zhuyikai1@h-partners.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Migadu-Flow: FLOW_OUT On 28/08/2025 13:10, Fan Gong wrote: > Fix code style of missing a blank line before return. > > Co-developed-by: Xin Guo > Signed-off-by: Xin Guo > Co-developed-by: Zhu Yikai > Signed-off-by: Zhu Yikai > Signed-off-by: Fan Gong Reviewed-by: Vadim Fedorenko