From nobody Mon Jun 8 14:37:30 2026 Received: from mail-10630.protonmail.ch (mail-10630.protonmail.ch [79.135.106.30]) (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 9570730567B for ; Thu, 28 May 2026 17:24:11 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=79.135.106.30 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1779989053; cv=none; b=NTR2/J/TrWbm2IAnx9mMhMs+/UKju1nYYs8CSOVVcH0PAvx4XAX9qJq5LIR5S+qKpX9zt2VwSsq0AQSHqG6NEQaWzIMQTiIvqKHEJ1V0ynTIIP6AglVE65eke2yDBbNNthiSZUOkZ5eRD0UQXFAehHARB1NLi48Ks0FyNoPn2/A= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1779989053; c=relaxed/simple; bh=skTrXL8QpxZO7CiiZbeGbxo1YID0SamPqqAuuMKLsWc=; h=Date:To:From:Cc:Subject:Message-ID:MIME-Version:Content-Type; b=dPNxO70PwfBqwj4P/fktiFEppZOl/YIlA3i9yDxnbasgdjZFJMYLeb3dJBzwLRtepljJALdHnDeIJqxcRA1BQzOOUI4gRUusa7iU0RBiAIruvuGSwfTWKWhW1iBfdbMXt/t61YGoNco82cEE8Yhwb/NODL6o0lsZz7FvNCEVupw= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=protonmail.com; spf=pass smtp.mailfrom=protonmail.com; dkim=pass (2048-bit key) header.d=protonmail.com header.i=@protonmail.com header.b=dgnTUbWP; arc=none smtp.client-ip=79.135.106.30 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=protonmail.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=protonmail.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=protonmail.com header.i=@protonmail.com header.b="dgnTUbWP" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail3; t=1779989043; x=1780248243; bh=skTrXL8QpxZO7CiiZbeGbxo1YID0SamPqqAuuMKLsWc=; h=Date:To:From:Cc:Subject:Message-ID:Feedback-ID:From:To:Cc:Date: Subject:Reply-To:Feedback-ID:Message-ID:BIMI-Selector; b=dgnTUbWP6SqDcMIVc4M6vV855c86q8WGv8hZQ1jrI77jtjlbUm7i4HqapYDiKZHwz BVlve3/z2yodJS6aaVTAzhOCb/MwuYOvTx0l5op5jcLQhxcxfEX840+7uzE0DcWuk9 Z3MAJGM29r/bvCPgKBSdAiyKPBRazWIhyWxqvyTDvTmhAqx787d6e2ykVo4yOUOEul 3h6lyrgWhxV5ZbxgDvlc38cIxvFthxwiNi9j4iXWQ2Sqza5jd4+V3ivd8z65CX7U9j lNpkGFLVPUZJOSMV2Qd+Pdkzgf+QPeia7AYyPD+h83lX9pA8V3qwoI9lb1pS4mLS/c HV+fV1ii5notg== Date: Thu, 28 May 2026 17:23:55 +0000 To: Dave Penkler , Greg Kroah-Hartman , Luke Yang , Ma Ke , Kees Cook From: =?utf-8?Q?Dominik_Karol_Pi=C4=85tkowski?= Cc: linux-kernel@vger.kernel.org, =?utf-8?Q?Dominik_Karol_Pi=C4=85tkowski?= Subject: [PATCH] gpib: fmh_gpib: Fix typo Message-ID: <20260528172306.34050-1-dominik.karol.piatkowski@protonmail.com> Feedback-ID: 117888567:user:proton X-Pm-Message-ID: be0304af77a493598bc0c2399de3252aa40df437 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Fix typo: Hueristically -> Heuristically Signed-off-by: Dominik Karol Pi=C4=85tkowski --- drivers/gpib/fmh_gpib/fmh_gpib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpib/fmh_gpib/fmh_gpib.c b/drivers/gpib/fmh_gpib/fmh_g= pib.c index fcafdc02ea2e..5e10e9353fed 100644 --- a/drivers/gpib/fmh_gpib/fmh_gpib.c +++ b/drivers/gpib/fmh_gpib/fmh_gpib.c @@ -1338,7 +1338,7 @@ static int fmh_gpib_init(struct fmh_priv *e_priv, str= uct gpib_board *board, int write_byte(nec_priv, AUX_LO_SPEED, AUXMR); nec7210_set_handshake_mode(board, nec_priv, handshake_mode); =20 - /* Hueristically check if hardware supports fifo half full/empty interrup= ts */ + /* Heuristically check if hardware supports fifo half full/empty interrup= ts */ fifo_status_bits =3D fifos_read(e_priv, FIFO_CONTROL_STATUS_REG); e_priv->supports_fifo_interrupts =3D (fifo_status_bits & TX_FIFO_EMPTY) && (fifo_status_bits & TX_FIFO_HALF_EMPTY); --=20 2.43.0