dri-devel Archive mirror
 help / color / mirror / Atom feed
* [PATCH] dma-buf/dma-resv: fix spelling
@ 2024-01-11  4:11 Randy Dunlap
  2024-01-12 13:05 ` [Linaro-mm-sig] " Daniel Vetter
  0 siblings, 1 reply; 3+ messages in thread
From: Randy Dunlap @ 2024-01-11  4:11 UTC (permalink / raw
  To: dri-devel
  Cc: Randy Dunlap, patches, Sumit Semwal, linaro-mm-sig,
	Christian König, linux-media

Fix spelling mistakes as reported by codespell.

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Sumit Semwal <sumit.semwal@linaro.org>
Cc: linux-media@vger.kernel.org
Cc: dri-devel@lists.freedesktop.org
Cc: Christian König <christian.koenig@amd.com>
Cc: linaro-mm-sig@lists.linaro.org
---
 drivers/dma-buf/dma-resv.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff -- a/drivers/dma-buf/dma-resv.c b/drivers/dma-buf/dma-resv.c
--- a/drivers/dma-buf/dma-resv.c
+++ b/drivers/dma-buf/dma-resv.c
@@ -405,7 +405,7 @@ static void dma_resv_iter_walk_unlocked(
  *
  * Beware that the iterator can be restarted.  Code which accumulates statistics
  * or similar needs to check for this with dma_resv_iter_is_restarted(). For
- * this reason prefer the locked dma_resv_iter_first() whenver possible.
+ * this reason prefer the locked dma_resv_iter_first() whenever possible.
  *
  * Returns the first fence from an unlocked dma_resv obj.
  */
@@ -428,7 +428,7 @@ EXPORT_SYMBOL(dma_resv_iter_first_unlock
  *
  * Beware that the iterator can be restarted.  Code which accumulates statistics
  * or similar needs to check for this with dma_resv_iter_is_restarted(). For
- * this reason prefer the locked dma_resv_iter_next() whenver possible.
+ * this reason prefer the locked dma_resv_iter_next() whenever possible.
  *
  * Returns the next fence from an unlocked dma_resv obj.
  */

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

* Re: [Linaro-mm-sig] [PATCH] dma-buf/dma-resv: fix spelling
  2024-01-11  4:11 [PATCH] dma-buf/dma-resv: fix spelling Randy Dunlap
@ 2024-01-12 13:05 ` Daniel Vetter
  2024-01-12 14:32   ` Christian König
  0 siblings, 1 reply; 3+ messages in thread
From: Daniel Vetter @ 2024-01-12 13:05 UTC (permalink / raw
  To: Randy Dunlap
  Cc: patches, dri-devel, Sumit Semwal, linaro-mm-sig,
	Christian König, linux-media

On Wed, Jan 10, 2024 at 08:11:55PM -0800, Randy Dunlap wrote:
> Fix spelling mistakes as reported by codespell.
> 
> Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
> Cc: Sumit Semwal <sumit.semwal@linaro.org>
> Cc: linux-media@vger.kernel.org
> Cc: dri-devel@lists.freedesktop.org
> Cc: Christian König <christian.koenig@amd.com>
> Cc: linaro-mm-sig@lists.linaro.org

Both dma-buf spell fixes applied to drm-misc-next, thanks!
-Sima
> ---
>  drivers/dma-buf/dma-resv.c |    4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff -- a/drivers/dma-buf/dma-resv.c b/drivers/dma-buf/dma-resv.c
> --- a/drivers/dma-buf/dma-resv.c
> +++ b/drivers/dma-buf/dma-resv.c
> @@ -405,7 +405,7 @@ static void dma_resv_iter_walk_unlocked(
>   *
>   * Beware that the iterator can be restarted.  Code which accumulates statistics
>   * or similar needs to check for this with dma_resv_iter_is_restarted(). For
> - * this reason prefer the locked dma_resv_iter_first() whenver possible.
> + * this reason prefer the locked dma_resv_iter_first() whenever possible.
>   *
>   * Returns the first fence from an unlocked dma_resv obj.
>   */
> @@ -428,7 +428,7 @@ EXPORT_SYMBOL(dma_resv_iter_first_unlock
>   *
>   * Beware that the iterator can be restarted.  Code which accumulates statistics
>   * or similar needs to check for this with dma_resv_iter_is_restarted(). For
> - * this reason prefer the locked dma_resv_iter_next() whenver possible.
> + * this reason prefer the locked dma_resv_iter_next() whenever possible.
>   *
>   * Returns the next fence from an unlocked dma_resv obj.
>   */
> _______________________________________________
> Linaro-mm-sig mailing list -- linaro-mm-sig@lists.linaro.org
> To unsubscribe send an email to linaro-mm-sig-leave@lists.linaro.org

-- 
Daniel Vetter
Software Engineer, Intel Corporation
http://blog.ffwll.ch

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

* Re: [Linaro-mm-sig] [PATCH] dma-buf/dma-resv: fix spelling
  2024-01-12 13:05 ` [Linaro-mm-sig] " Daniel Vetter
@ 2024-01-12 14:32   ` Christian König
  0 siblings, 0 replies; 3+ messages in thread
From: Christian König @ 2024-01-12 14:32 UTC (permalink / raw
  To: Daniel Vetter, Randy Dunlap
  Cc: linaro-mm-sig, linux-media, patches, dri-devel, Sumit Semwal

Am 12.01.24 um 14:05 schrieb Daniel Vetter:
> On Wed, Jan 10, 2024 at 08:11:55PM -0800, Randy Dunlap wrote:
>> Fix spelling mistakes as reported by codespell.
>>
>> Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
>> Cc: Sumit Semwal <sumit.semwal@linaro.org>
>> Cc: linux-media@vger.kernel.org
>> Cc: dri-devel@lists.freedesktop.org
>> Cc: Christian König <christian.koenig@amd.com>
>> Cc: linaro-mm-sig@lists.linaro.org
> Both dma-buf spell fixes applied to drm-misc-next, thanks!

Crap not fast enough. I was just about to reply that while at it we 
could add in the other patch that GFP_ATOMIC  or GFP_NOWAIT should be 
sufficient.

But really just a minor addition.

Christian.

> -Sima
>> ---
>>   drivers/dma-buf/dma-resv.c |    4 ++--
>>   1 file changed, 2 insertions(+), 2 deletions(-)
>>
>> diff -- a/drivers/dma-buf/dma-resv.c b/drivers/dma-buf/dma-resv.c
>> --- a/drivers/dma-buf/dma-resv.c
>> +++ b/drivers/dma-buf/dma-resv.c
>> @@ -405,7 +405,7 @@ static void dma_resv_iter_walk_unlocked(
>>    *
>>    * Beware that the iterator can be restarted.  Code which accumulates statistics
>>    * or similar needs to check for this with dma_resv_iter_is_restarted(). For
>> - * this reason prefer the locked dma_resv_iter_first() whenver possible.
>> + * this reason prefer the locked dma_resv_iter_first() whenever possible.
>>    *
>>    * Returns the first fence from an unlocked dma_resv obj.
>>    */
>> @@ -428,7 +428,7 @@ EXPORT_SYMBOL(dma_resv_iter_first_unlock
>>    *
>>    * Beware that the iterator can be restarted.  Code which accumulates statistics
>>    * or similar needs to check for this with dma_resv_iter_is_restarted(). For
>> - * this reason prefer the locked dma_resv_iter_next() whenver possible.
>> + * this reason prefer the locked dma_resv_iter_next() whenever possible.
>>    *
>>    * Returns the next fence from an unlocked dma_resv obj.
>>    */
>> _______________________________________________
>> Linaro-mm-sig mailing list -- linaro-mm-sig@lists.linaro.org
>> To unsubscribe send an email to linaro-mm-sig-leave@lists.linaro.org


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

end of thread, other threads:[~2024-01-12 14:33 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-11  4:11 [PATCH] dma-buf/dma-resv: fix spelling Randy Dunlap
2024-01-12 13:05 ` [Linaro-mm-sig] " Daniel Vetter
2024-01-12 14:32   ` Christian König

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).