From patchwork Thu Jun 27 08:46:22 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Johannes Berg X-Patchwork-Id: 808116 Received: from sipsolutions.net (s3.sipsolutions.net [168.119.38.16]) (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 64019819 for ; Thu, 27 Jun 2024 08:46:27 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=168.119.38.16 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1719477988; cv=none; b=f/CO5NdCaV1nGJ9S7sRP0uvIbhNXdRPFMXwKiQWrYNXFZblvHfcXGG31gBL6XrHeX2xyVtM5bkOFfUclGvPbN/x9rR2P95ytSw9+O7wHzm+blWzw98Ex/inCTzv8KNGeqNM4TOITtgPFakcsPqUumKEfvdWUEaqWdiYKTqwDZvQ= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1719477988; c=relaxed/simple; bh=5FsEHgvZVuzUgnXuxDeKQOATB8qcggzPpt+L2/Oizdg=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=be3Kh2d65D5DXd4hjy4TJm2+NRtGhHVpz7OumyfwKK6d0A6Inxk1ySrlWII2UuCaYdsEZGhYyIR8xgbQm+NPjq2usD9ZO/Nw2RbOnJkfsd36TM90yxGeJg+b9r1AwKEF96FgiOLTm3uniiJJQ47a1BacJHnk9j2vQdrjVgQzjdQ= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=sipsolutions.net; spf=pass smtp.mailfrom=sipsolutions.net; dkim=pass (2048-bit key) header.d=sipsolutions.net header.i=@sipsolutions.net header.b=Juj4jR7L; arc=none smtp.client-ip=168.119.38.16 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=sipsolutions.net Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=sipsolutions.net Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=sipsolutions.net header.i=@sipsolutions.net header.b="Juj4jR7L" DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=sipsolutions.net; s=mail; h=Content-Transfer-Encoding:MIME-Version: Message-ID:Date:Subject:Cc:To:From:Content-Type:Sender:Reply-To:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-To:Resent-Cc: Resent-Message-ID:In-Reply-To:References; bh=Z1l9m0/birrRMoJwBkPXkFQ1mm9TH0fyVlEUeeG6Aeo=; t=1719477987; x=1720687587; b=Juj4jR7LhcTFTC31/Ns/Eft5mHZCJ8BOL8W4l7AtR7VUHUNHXKlhb/fbU9ZQPTMS46XL3n/eblj N2SXXC9GlLAbvC6C6Zzef6C1O8AVKYjdMjpH45fZaY1uezui1vj63e9ZZu7r1feD9Pzqh7Rg2V9zT Q5ruA+fJTM0w2qSsdxH8XDAZFa7ev9BcAsDBl7KX/rYr3sjEgLGV/99J16yShIMPaV/y2det3Fc4Q 0m9PaMPM10mGRGdocbviemZQFYv/hjS94x3a7y+4UomLeQBXMuSasTGlKSQPBT8n3PU5TvgYP340Q ulUzsk7qH1ocUeq4P44733yn2oyFrMLWkOUQ==; Received: by sipsolutions.net with esmtpsa (TLS1.3:ECDHE_X25519__RSA_PSS_RSAE_SHA256__AES_256_GCM:256) (Exim 4.97) (envelope-from ) id 1sMklr-00000006bAW-2lJ5; Thu, 27 Jun 2024 10:46:23 +0200 From: Johannes Berg To: linux-wireless@vger.kernel.org Cc: Johannes Berg , Miriam Rachel Korenblit Subject: [PATCH] wifi: mac80211_hwsim: fix kernel-doc Date: Thu, 27 Jun 2024 10:46:22 +0200 Message-ID: <20240627104621.3b2dd62adb2c.I8a4c469b674e5eac737378a1ed2358b57d01613f@changeid> X-Mailer: git-send-email 2.45.2 Precedence: bulk X-Mailing-List: linux-wireless@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 From: Johannes Berg Some kernel-doc in the header file was mismatched, fix that. Reviewed-by: Miriam Rachel Korenblit Signed-off-by: Johannes Berg --- drivers/net/wireless/virtual/mac80211_hwsim.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/net/wireless/virtual/mac80211_hwsim.h b/drivers/net/wireless/virtual/mac80211_hwsim.h index 21b1afd83dc1..28c1db482e79 100644 --- a/drivers/net/wireless/virtual/mac80211_hwsim.h +++ b/drivers/net/wireless/virtual/mac80211_hwsim.h @@ -257,7 +257,7 @@ enum hwsim_tx_rate_flags { }; /** - * struct hwsim_tx_rate - rate selection/status + * struct hwsim_tx_rate_flag - rate selection/status * * @idx: rate index to attempt to send with * @flags: the rate flags according to &enum hwsim_tx_rate_flags @@ -295,7 +295,7 @@ enum hwsim_vqs { }; /** - * enum hwsim_rate_info -- bitrate information. + * enum hwsim_rate_info_attributes - bitrate information. * * Information about a receiving or transmitting bitrate * that can be mapped to struct rate_info