From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-181.mta1.migadu.com (out-181.mta1.migadu.com [95.215.58.181]) (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 7910D314B8D for ; Thu, 28 Aug 2025 14:57:09 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=95.215.58.181 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1756393031; cv=none; b=Gj9Ew9ZGCjM+l5k+bP2EFBg2BZYrok7/niDjOgg2pcqPLDUGTZetOSIGyFJvYufc5+nU1rRWiJ0AqJtc0jEF63O0sNStEsU1HznHYnvIAXSpVq2kJDymK/L33HEa3ZSdv2+zr4DS3LfFFGFZIeqL6pI7MybA3nfKJGNwZ7toLqw= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1756393031; c=relaxed/simple; bh=LjZH5RPNYNV2BDdX8f/XBlZjeTKurwEs5PIvOlitcf4=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=eGPP/kZW+wFBTOcWg29BEI0b/CM7B3QTLeSnoip1elT0lRvWU3lJfGvoqt8ykdw4k+c4XuboL8Y95KW0GernagaP+7/lKWiegO0wyR4Z9zZH1td1FOI9LaM4fdHJkm3CIz3Yn+Lofr/MCslpM3l9q38arAMUE2Q7AtCY5sIyi1Q= 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.181 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: netdev@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