From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751596AbbCSU6g (ORCPT ); Thu, 19 Mar 2015 16:58:36 -0400 Received: from tex.lwn.net ([70.33.254.29]:34892 "EHLO vena.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750916AbbCSU6E (ORCPT ); Thu, 19 Mar 2015 16:58:04 -0400 Date: Thu, 19 Mar 2015 14:58:03 -0600 From: Jonathan Corbet To: Liviu Dudau Cc: Dave Airlie , linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] Documentation: drm: Use '->' when describing access through pointers. Message-ID: <20150319145803.51c50443@lwn.net> In-Reply-To: <1426530286-19814-1-git-send-email-Liviu.Dudau@arm.com> References: <1426530286-19814-1-git-send-email-Liviu.Dudau@arm.com> Organization: LWN.net X-Mailer: Claws Mail 3.11.1 (GTK+ 2.24.25; x86_64-redhat-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 16 Mar 2015 18:24:46 +0000 Liviu Dudau wrote: > The documentation is trying to describe accessing a field through a > pointer, but it is using '-<' instead of '->'. Fix that. Applied to the docs tree, thanks. jon