diff mbox

[linux-next] drm: Fix a typo in drm_ioctl.c

Message ID 20160629234706.31209-1-standby24x7@gmail.com (mailing list archive)
State New, archived
Headers show

Commit Message

Masanari Iida June 29, 2016, 11:47 p.m. UTC
This patch fix a spelling typo found in
Documentation/DocBook/gpu/API-drm-ioctl-flags.html
It is because the html file was created from comments in source,
I have to fix the source.

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
---
 drivers/gpu/drm/drm_ioctl.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Jani Nikula June 30, 2016, 9:06 a.m. UTC | #1
On Thu, 30 Jun 2016, Masanari Iida <standby24x7@gmail.com> wrote:
> This patch fix a spelling typo found in
> Documentation/DocBook/gpu/API-drm-ioctl-flags.html
> It is because the html file was created from comments in source,
> I have to fix the source.
>
> Signed-off-by: Masanari Iida <standby24x7@gmail.com>

Picked up to drm-misc, thanks for the patch.

BR,
Jani.

> ---
>  drivers/gpu/drm/drm_ioctl.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/drm_ioctl.c b/drivers/gpu/drm/drm_ioctl.c
> index 1f84ff5f1bf8..2c87c1df0910 100644
> --- a/drivers/gpu/drm/drm_ioctl.c
> +++ b/drivers/gpu/drm/drm_ioctl.c
> @@ -759,7 +759,7 @@ EXPORT_SYMBOL(drm_ioctl);
>   * shouldn't be used by any drivers.
>   *
>   * Returns:
> - * True if the @nr corresponds to a DRM core ioctl numer, false otherwise.
> + * True if the @nr corresponds to a DRM core ioctl number, false otherwise.
>   */
>  bool drm_ioctl_flags(unsigned int nr, unsigned int *flags)
>  {
diff mbox

Patch

diff --git a/drivers/gpu/drm/drm_ioctl.c b/drivers/gpu/drm/drm_ioctl.c
index 1f84ff5f1bf8..2c87c1df0910 100644
--- a/drivers/gpu/drm/drm_ioctl.c
+++ b/drivers/gpu/drm/drm_ioctl.c
@@ -759,7 +759,7 @@  EXPORT_SYMBOL(drm_ioctl);
  * shouldn't be used by any drivers.
  *
  * Returns:
- * True if the @nr corresponds to a DRM core ioctl numer, false otherwise.
+ * True if the @nr corresponds to a DRM core ioctl number, false otherwise.
  */
 bool drm_ioctl_flags(unsigned int nr, unsigned int *flags)
 {