Received: by 2002:ac0:98c7:0:0:0:0:0 with SMTP id g7-v6csp414290imd; Fri, 26 Oct 2018 10:27:03 -0700 (PDT) X-Google-Smtp-Source: AJdET5fUsSywqemL2sufb4sRh3gzbHOCa9fzWJDu0CEMQeRtaD866MVl0SWF/Jpl0dk6nwedRElj X-Received: by 2002:a63:6883:: with SMTP id d125-v6mr4289438pgc.451.1540574823431; Fri, 26 Oct 2018 10:27:03 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1540574823; cv=none; d=google.com; s=arc-20160816; b=mIXfs0Q9E3uYz/2URncmI+Ajy6N7tiZ7D7IXWeZAZ32cHIc3GcdHM7kM4nfjHlS+zC Wd3GnFbL/2Fq/H4IyxW4bE+9BgqetGda1Z1gVpMwnB7FXyvDEORQmyreujiVP+6Xew1v MZHDePxUJ+CJhQOUaO4t9h6gL5taw7iScFK0T3NNoduzhA9wiG6VcWrXox95C3jB452I h48JPW3/dlkeV2TV2kVjQHU2pX6Ypuj8UEGMiIENaD5t7IfssCsXCpd36asjkQVFVTR+ kBvbQxeq1vVFMhJvhfSRJqaIfwHOjuD99GT8oZxYvCPKqL53PYhmdUvySGiROmdQFvw5 DMfQ== 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 :message-id:date:subject:cc:to:from; bh=sww2eVDCHme+2m/p1xQmVXMrH9vBpCB4dzEJRxB5Pis=; b=uylsdMV+xRx0pi5oZaORBnCEWYsaqbFxv8hLomViZliJgvT503pjcIBxK1XPlr1TDO RXX7ypMw+pWQebd+wtupH/pxfFg4lW+iySw8/8L6VbGtRs6X4/U8Xypws5zZr8pJ2++G SuUiuv8h7qyf5akl8llyJrKGjyX6aCuEqxJXbz9LiR3eBQ/ycvIXx/phrPIgwH1Oc9u0 H5b+RNJMXAPLDfR+ftWl76fDUhZJZvz7VLnOkbj53mCYxwogE29MQN1d/toqg5pInxmm LyiiUQInWVkj1eJHbFCZBza/R4cHo+WoAQbTuadQYhqmrkYBCKFELT3w+rQtgm5AzZuv ZRHw== 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=canonical.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id m10-v6si11797978pgn.41.2018.10.26.10.26.47; Fri, 26 Oct 2018 10:27:03 -0700 (PDT) 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=canonical.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727627AbeJ0CDt (ORCPT + 99 others); Fri, 26 Oct 2018 22:03:49 -0400 Received: from youngberry.canonical.com ([91.189.89.112]:37590 "EHLO youngberry.canonical.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726113AbeJ0CDt (ORCPT ); Fri, 26 Oct 2018 22:03:49 -0400 Received: from 1.general.cking.uk.vpn ([10.172.193.212] helo=localhost) by youngberry.canonical.com with esmtpsa (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.76) (envelope-from ) id 1gG5rq-0005GI-9y; Fri, 26 Oct 2018 17:25:50 +0000 From: Colin King To: Jeremy Kerr , Jonathan Corbet , David Airlie , Maarten Lankhorst , Maxime Ripard , Sean Paul , linuxppc-dev@lists.ozlabs.org, linux-doc@vger.kernel.org Cc: kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH] Documentation: fix spelling mistake, EACCESS -> EACCES Date: Fri, 26 Oct 2018 18:25:49 +0100 Message-Id: <20181026172549.3628-1-colin.king@canonical.com> X-Mailer: git-send-email 2.19.1 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: Colin Ian King Trivial fix to a spelling mistake of the error access name EACCESS, rename to EACCES Signed-off-by: Colin Ian King --- Documentation/filesystems/spufs.txt | 2 +- Documentation/gpu/drm-uapi.rst | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Documentation/filesystems/spufs.txt b/Documentation/filesystems/spufs.txt index 1343d118a9b2..eb9e3aa63026 100644 --- a/Documentation/filesystems/spufs.txt +++ b/Documentation/filesystems/spufs.txt @@ -452,7 +452,7 @@ RETURN VALUE ERRORS - EACCESS + EACCES The current user does not have write access on the spufs mount point. diff --git a/Documentation/gpu/drm-uapi.rst b/Documentation/gpu/drm-uapi.rst index a2214cc1f821..f2f079e91b4c 100644 --- a/Documentation/gpu/drm-uapi.rst +++ b/Documentation/gpu/drm-uapi.rst @@ -190,11 +190,11 @@ ENOSPC: Simply running out of kernel/system memory is signalled through ENOMEM. -EPERM/EACCESS: +EPERM/EACCES: Returned for an operation that is valid, but needs more privileges. E.g. root-only or much more common, DRM master-only operations return this when when called by unpriviledged clients. There's no clear - difference between EACCESS and EPERM. + difference between EACCES and EPERM. ENODEV: Feature (like PRIME, modesetting, GEM) is not supported by the driver. -- 2.19.1