From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from frasgout.his.huawei.com (frasgout.his.huawei.com [185.176.79.56]) (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 E500227702; Wed, 26 Feb 2025 05:51:40 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=185.176.79.56 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1740549103; cv=none; b=ELEoyWhQnqK+9hLdD0gSrgjNr5BXLcoD0r/G87/BY2VgUiqs//2Q4DUIp/xaZrlWTViI5c7hDTc4fKXop0DiOmvf+8Vedocsj+gZ33syFYux9IEyiB/XmWc2lvPORJZyLP+vwZpCUED09QGxWtWFXwv4WJegw8y2uRkeEKb7Sfw= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1740549103; c=relaxed/simple; bh=L7i4RptVdmJdMl1DfJEoPLlabct3nPr5ewGUzuqqtJc=; h=From:To:CC:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=sZng5NR7okvbqh3vM/lDhYIa7Fj3m9ERtfU62tLvJGpHUNsNV1irZe9kDRyk9IwYAWaTU3LydaNO5tJ1j7cDw6t9jKB+B7EEefEFHVWH7hg65Dbu/mmo7XrHaFNp36hLD14GvGTueNUJXPwIkYg22fM0r8+ag1L+gB0Fc/RrQCA= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=huawei.com; spf=pass smtp.mailfrom=huawei.com; arc=none smtp.client-ip=185.176.79.56 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=huawei.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=huawei.com Received: from mail.maildlp.com (unknown [172.18.186.216]) by frasgout.his.huawei.com (SkyGuard) with ESMTP id 4Z2k6q6gjLz6GDnT; Wed, 26 Feb 2025 13:48:51 +0800 (CST) Received: from frapeml500005.china.huawei.com (unknown [7.182.85.13]) by mail.maildlp.com (Postfix) with ESMTPS id 2B467140A86; Wed, 26 Feb 2025 13:51:38 +0800 (CST) Received: from china (10.200.201.82) by frapeml500005.china.huawei.com (7.182.85.13) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.1.2507.39; Wed, 26 Feb 2025 06:51:26 +0100 From: Gur Stavi To: CC: , , , , , , , , , , , , , , , , , , , , , Subject: Re: [PATCH net-next v06 1/1] hinic3: module initialization and tx/rx logic Date: Wed, 26 Feb 2025 08:08:47 +0200 Message-ID: <20250226060847.648823-1-gur.stavi@huawei.com> X-Mailer: git-send-email 2.45.2 In-Reply-To: <20250225162315.5a9626cb@kernel.org> References: <20250225162315.5a9626cb@kernel.org> Precedence: bulk X-Mailing-List: linux-doc@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain X-ClientProxiedBy: dggems703-chm.china.huawei.com (10.3.19.180) To frapeml500005.china.huawei.com (7.182.85.13) > On Tue, 25 Feb 2025 16:53:30 +0200 Gur Stavi wrote: > > .../ethernet/huawei/hinic3/hinic3_hw_cfg.c | 25 + > > drivers/net/ethernet/huawei/hinic3/hinic3_hw_cfg.c:14:36-41: WARNING: conversion to bool not needed here Don't know what this comment refers to. There is nothing related to 'bool' in line 14 or 36-41. The only place 'bool' appears in the file is line 243. > -- > pw-bot: cr