Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp3888802imu; Tue, 18 Dec 2018 05:57:57 -0800 (PST) X-Google-Smtp-Source: AFSGD/W5qfoZLxm+tbkpElL6Ns5NFvjoarNcFdJi8vfpVxkkoeUcGyPyhp6AunxAUiSTCHtYsR23 X-Received: by 2002:a17:902:bd92:: with SMTP id q18mr16661043pls.167.1545141477330; Tue, 18 Dec 2018 05:57:57 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1545141477; cv=none; d=google.com; s=arc-20160816; b=eE9/CqIOyhT4laaFuQDTgqWd+SsLI8ZAUbd840v9FhO/y14Q2j7Ghe4avgnYb89zqI cKWXC91I3xsiwnYVSRXDezv3KiuPJujDn6L5muptRzDflKvP8mCrj4E4lNXRrWXnE/zz OVr3ZZSfscZOTxccjyqz7fUqd96mEf9j6dyHC9w4flK84tiqi1sUjI95arg+KaNwhcBV K5fF0UeqPxLgOemMjQV7CxPQFwZB7oXHThwA5lvGvjZt9nIbcLeHeYM5K/FnZif26pX8 6xppIadivpbsZGp5MewrMmEekxhoe+bCeomiHI4VQEg2tSlr6gUrsRhjmQBeGXsq8P08 lSdg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:user-agent:references :message-id:in-reply-to:subject:cc:to:from:date; bh=FPTcieg1XTEqvgYZYsO7uQRmUAfYQPSWHRcn2KX56Uo=; b=NDX80gRzag89zl7BE5Q+ro1OeL9JmheM/UfnQofWNduujnCCzTCWbDZNiKc5zAO0qK DPlM5xVClES4pBSSj7jC/rwVYp6aJIoNescI332R27E04UOShycZQn64s5FMuvN3TeGe NPLcbxkDIhtbHCrnHILh8/SCQycU0g6XwtRJOXw58paAu1it9dqBKRttitQLIJLiBGqO j0bz00o2bbGltaUSlEAyzFeqwgHfma/wHdx5WzcyAUirpZU9vdvRb4I1KgrEsTb7TtfU jFvDlATuU5fUhaoDGtxLp0xanhEzTbSPOpLJYpyPsTHwiZ6nApX+I1pteOUzsKZA/r6e 6w1w== ARC-Authentication-Results: i=1; mx.google.com; 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; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id c3si12619038pls.73.2018.12.18.05.57.42; Tue, 18 Dec 2018 05:57:57 -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; 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; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726682AbeLRNzu (ORCPT + 99 others); Tue, 18 Dec 2018 08:55:50 -0500 Received: from mx2.suse.de ([195.135.220.15]:46700 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726469AbeLRNzu (ORCPT ); Tue, 18 Dec 2018 08:55:50 -0500 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay1.suse.de (unknown [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id CEF45AF67; Tue, 18 Dec 2018 13:55:48 +0000 (UTC) Date: Tue, 18 Dec 2018 14:55:48 +0100 (CET) From: Jiri Kosina To: Peter Hutterer cc: Benjamin Tissoires , linux-input@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] Documentation: hid: fix wrong data structure reference for UHID_OUTPUT In-Reply-To: <20181213012851.GA25516@jelly> Message-ID: References: <20181213012851.GA25516@jelly> User-Agent: Alpine 2.21 (LSU 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 13 Dec 2018, Peter Hutterer wrote: > Signed-off-by: Peter Hutterer > --- > 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 c8656dd029a9..958fff945304 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. Applied, thanks Peter. -- Jiri Kosina SUSE Labs