* [PATCH] gpu/drm: Fix trivial typo
@ 2018-08-27 13:53 Nikolas Nyby
0 siblings, 0 replies; only message in thread
From: Nikolas Nyby @ 2018-08-27 13:53 UTC (permalink / raw)
To: gustavo, maarten.lankhorst, trivial, dri-devel; +Cc: Nikolas Nyby
Fix a typo in the drm_dev init and alloc docs: advertice -> advertise
Signed-off-by: Nikolas Nyby <nikolas@gnu.org>
---
drivers/gpu/drm/drm_drv.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/gpu/drm/drm_drv.c b/drivers/gpu/drm/drm_drv.c
index ea4941da9b27..282b43c44aab 100644
--- a/drivers/gpu/drm/drm_drv.c
+++ b/drivers/gpu/drm/drm_drv.c
@@ -468,7 +468,7 @@ static void drm_fs_inode_free(struct inode *inode)
* @parent: Parent device object
*
* Initialize a new DRM device. No device registration is done.
- * Call drm_dev_register() to advertice the device to user space and register it
+ * Call drm_dev_register() to advertise the device to user space and register it
* with other core subsystems. This should be done last in the device
* initialization sequence to make sure userspace can't access an inconsistent
* state.
@@ -622,7 +622,7 @@ EXPORT_SYMBOL(drm_dev_fini);
* @parent: Parent device object
*
* Allocate and initialize a new DRM device. No device registration is done.
- * Call drm_dev_register() to advertice the device to user space and register it
+ * Call drm_dev_register() to advertise the device to user space and register it
* with other core subsystems. This should be done last in the device
* initialization sequence to make sure userspace can't access an inconsistent
* state.
--
2.18.0
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2018-08-27 13:56 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-08-27 13:53 [PATCH] gpu/drm: Fix trivial typo Nikolas Nyby
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox