From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id ED4A8C25B0C for ; Mon, 8 Aug 2022 08:11:24 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S242052AbiHHILX (ORCPT ); Mon, 8 Aug 2022 04:11:23 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42376 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234988AbiHHILT (ORCPT ); Mon, 8 Aug 2022 04:11:19 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id CD77310FE0 for ; Mon, 8 Aug 2022 01:11:18 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 783D4B80DCF for ; Mon, 8 Aug 2022 08:11:17 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 9DF06C433D6; Mon, 8 Aug 2022 08:11:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1659946276; bh=cvJPosquDWHM60kC283pdtjQvNHai7KEGa7EcxtmfaU=; h=Subject:From:In-Reply-To:References:To:Cc:Date:From; b=Jozeg6cSL1W7FpHNOJbyvysHVAJ6XuYy/YEKI3pOwRjnaS5dn81VxVqs+T8iv78tk gJLFbix/KY0t2S2NfBNBwwd4oeSwWmkStllE8Gtr0VehI6WUBGOBRnvPw6dkxKoahi kG2w2pGmku4qGm2+lx+QkLBIMT3L444u3AEKisxAljyuEIOBlSW0g8+JTT/fChwED/ Uf1HsFYv05gbAYzwXgsMCI8ExVz0zyPb+HYkAQaCVweHLl+yV+ZkRzvILj5uinGMPf ixcW3CqO9DHl9D72mj0rPmUjnZsawuHUuMlBeiwRjjzT3bpMfPEGU8YIKaUXvtGYyy Wt6iAUbThCsQg== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [PATCH wireless] wifi: wilc1000: fix spurious inline in wilc_handle_disconnect() From: Kalle Valo In-Reply-To: <20220801110440.13144-1-kvalo@kernel.org> References: <20220801110440.13144-1-kvalo@kernel.org> To: Kalle Valo Cc: linux-wireless@vger.kernel.org User-Agent: pwcli/0.1.1-git (https://github.com/kvalo/pwcli/) Python/3.7.3 Message-ID: <165994627009.4951.11229163755018345171.kvalo@kernel.org> Date: Mon, 8 Aug 2022 08:11:15 +0000 (UTC) Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org Kalle Valo wrote: > Sparse warns: > > drivers/net/wireless/microchip/wilc1000/hif.h:218:35: error: marked inline, but without a definition > > Remove the inline, it's not needed. > > Reported-by: Jakub Kicinski > Signed-off-by: Kalle Valo > Acked-by: Ajay Singh Patch applied to wireless.git, thanks. f01272ee3856 wifi: wilc1000: fix spurious inline in wilc_handle_disconnect() -- https://patchwork.kernel.org/project/linux-wireless/patch/20220801110440.13144-1-kvalo@kernel.org/ https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches