Received: by 2002:a25:8b91:0:0:0:0:0 with SMTP id j17csp765157ybl; Wed, 4 Dec 2019 10:28:37 -0800 (PST) X-Google-Smtp-Source: APXvYqy7qTo19rhVbCt6JUBV0u4Syr14jAurx+qZmkVmIDUO65cM6YU8oO3n9S7a1lyLfp1V40Do X-Received: by 2002:a9d:7ac9:: with SMTP id m9mr3546071otn.80.1575484117225; Wed, 04 Dec 2019 10:28:37 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1575484117; cv=none; d=google.com; s=arc-20160816; b=0ILIOWy5fp3u6bsiJs5uTDJjgXw+SW9aslq0chdAuer3BnAjPYxXJi7R91StmkH9Sj PeLPqWGvKnfiv+yKOPR1LdZETmNtGqYV/zY/WuWWNU2yAryVAWLO9/B1/Oje1IHDwkkb BlT3hEIfkCfHnY+mBS/EmX8VJ6P4yiMa3AcBngEp3n0TnosinlrGsQLykTHVD6ZjMpbv wNeSnNTlVKZeb4fRzl4uODzdBNkGLjdJq4o2YTJ5Uz50ufCxOYI0KnEYv0mnLca3Sw8a RXV/XeRGlk7zRZdtYs40W9ZDrrekiGDDSW62/4pfK/i2NiQFttaYXHy1oi4F7Yq/6SrJ VOPg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :user-agent:references:in-reply-to:message-id:date:subject:cc:to :from:dkim-signature; bh=ppb9Rh1SSm6huMaLKZWUx0A0TaNzzB/jL/xfm8gR6Vc=; b=lzdwIRd/O6a0FJBJF92r/4q1pXK8XQgWw0ITKuqfyD8AN+wr0mSh4HUjflmN/eEcc2 Ro5ja001H1BLrbwHzIeRl5vo7AaaEkd/ABfS6e5sc9hU1d2Q9MrZVZO4oxdWRSJSxcoB 3ve55f3xSn9fb9sfbTwIsih0ubFnFGAR/BLaGFcc2RsW9tmB738o11HZLqg7GsvUY/NV StT4n1GtfxFaTIK2tQSZcfvpO/YxGWqSMn/tMFqpzPRE34xLshLJ7HTQhU+5/Eipp0Lw /tfcLRiRMgupPP6M1o7v4GnhcOM5G/RUKDVA+Ejsz9fisNdtULcTiME+mEKseLtL4PZf 6hFA== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=2Guqk+KF; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id i12si3662971otk.215.2019.12.04.10.28.24; Wed, 04 Dec 2019 10:28:37 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=2Guqk+KF; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728808AbfLDR6e (ORCPT + 99 others); Wed, 4 Dec 2019 12:58:34 -0500 Received: from mail.kernel.org ([198.145.29.99]:33124 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728201AbfLDR6a (ORCPT ); Wed, 4 Dec 2019 12:58:30 -0500 Received: from localhost (unknown [217.68.49.72]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 5658320675; Wed, 4 Dec 2019 17:58:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1575482309; bh=ghWIX+m6hgr7up8H2IEj/4iJDmGytA1qPuXv0RVTtfE=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=2Guqk+KFpeAPLFXvQMIUgLc4l3EFALMevUeJTNWdCJJPjNDKDfOSGU4S7mS+8lIns DLLFY0viUaZUMueVvzgSrIGrfC/UqhZPQfYL3PlGxkA0T0p/s2A7WAyKWKUFyiGXst DdwmwWmFnXgD45j9QG0UUdL5F2y0v7Frk93Qs+P8= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Peter Hutterer , Jiri Kosina , Sasha Levin Subject: [PATCH 4.4 34/92] HID: doc: fix wrong data structure reference for UHID_OUTPUT Date: Wed, 4 Dec 2019 18:49:34 +0100 Message-Id: <20191204174332.635009886@linuxfoundation.org> X-Mailer: git-send-email 2.24.0 In-Reply-To: <20191204174327.215426506@linuxfoundation.org> References: <20191204174327.215426506@linuxfoundation.org> User-Agent: quilt/0.66 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Peter Hutterer [ Upstream commit 46b14eef59a8157138dc02f916a7f97c73b3ec53 ] Signed-off-by: Peter Hutterer Signed-off-by: Jiri Kosina Signed-off-by: Sasha Levin --- Documentation/hid/uhid.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/hid/uhid.txt b/Documentation/hid/uhid.txt index c8656dd029a91..958fff9453044 100644 --- a/Documentation/hid/uhid.txt +++ b/Documentation/hid/uhid.txt @@ -160,7 +160,7 @@ them but you should handle them according to your needs. UHID_OUTPUT: This is sent if the HID device driver wants to send raw data to the I/O device on the interrupt channel. You should read the payload and forward it to - the device. The payload is of type "struct uhid_data_req". + the device. The payload is of type "struct uhid_output_req". This may be received even though you haven't received UHID_OPEN, yet. UHID_GET_REPORT: -- 2.20.1