All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] [linux-next] drm: Fix a typo in drm_ioctl.c
@ 2016-06-29 23:47 Masanari Iida
  2016-06-30  9:06 ` Jani Nikula
  0 siblings, 1 reply; 4+ messages in thread
From: Masanari Iida @ 2016-06-29 23:47 UTC (permalink / raw)
  To: airlied, dri-devel; +Cc: Masanari Iida

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(-)

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)
 {
-- 
2.9.0.137.gcf4c2cf

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] [linux-next] drm: Fix a typo in drm_ioctl.c
  2016-06-29 23:47 [PATCH] [linux-next] drm: Fix a typo in drm_ioctl.c Masanari Iida
@ 2016-06-30  9:06 ` Jani Nikula
  0 siblings, 0 replies; 4+ messages in thread
From: Jani Nikula @ 2016-06-30  9:06 UTC (permalink / raw)
  To: airlied, dri-devel; +Cc: Masanari Iida, Daniel Vetter

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)
>  {

-- 
Jani Nikula, Intel Open Source Technology Center
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH] [linux-next] drm: Fix a typo in drm_ioctl.c
@ 2016-06-29 23:43 ` Masanari Iida
  0 siblings, 0 replies; 4+ messages in thread
From: Masanari Iida @ 2016-06-29 23:43 UTC (permalink / raw)
  To: linux-kernel, irlied, dri-devel, trivial; +Cc: Masanari Iida

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(-)

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)
 {
-- 
2.9.0.137.gcf4c2cf

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [PATCH] [linux-next] drm: Fix a typo in drm_ioctl.c
@ 2016-06-29 23:43 ` Masanari Iida
  0 siblings, 0 replies; 4+ messages in thread
From: Masanari Iida @ 2016-06-29 23:43 UTC (permalink / raw)
  To: linux-kernel, irlied, dri-devel, trivial; +Cc: Masanari Iida

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(-)

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)
 {
-- 
2.9.0.137.gcf4c2cf

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-06-30  9:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-06-29 23:47 [PATCH] [linux-next] drm: Fix a typo in drm_ioctl.c Masanari Iida
2016-06-30  9:06 ` Jani Nikula
  -- strict thread matches above, loose matches on Subject: below --
2016-06-29 23:43 Masanari Iida
2016-06-29 23:43 ` Masanari Iida

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.