All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] dma-buf: heaps: Delete repeated word
       [not found] ` <20230618143813.15142-3-dengshaomin@cdjrlc.com>
@ 2023-06-18 14:50   ` zhumao001
  2023-06-21  8:58     ` Bagas Sanjaya
  0 siblings, 1 reply; 7+ messages in thread
From: zhumao001 @ 2023-06-18 14:50 UTC (permalink / raw)
  To: sumit.semwal, benjamin.gaignard, lmark, labbott, Brian.Starkey,
	jstultz, christian.koenig
  Cc: linux-kernel, dri-devel, linux-media

[-- Attachment #1: Type: text/plain, Size: 780 bytes --]


Delete one of the rebundant word in comment.

Signed-off-by: Zhu Mao <zhumao001@208suo.com>
---
  drivers/dma-buf/heaps/cma_heap.c | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/dma-buf/heaps/cma_heap.c 
b/drivers/dma-buf/heaps/cma_heap.c
index a7f048048864..80bc95955188 100644
--- a/drivers/dma-buf/heaps/cma_heap.c
+++ b/drivers/dma-buf/heaps/cma_heap.c
@@ -319,7 +319,7 @@ static struct dma_buf *cma_heap_allocate(struct 
dma_heap *heap,
              kunmap_atomic(vaddr);
              /*
               * Avoid wasting time zeroing memory if the process
-             * has been killed by by SIGKILL
+             * has been killed by SIGKILL
               */
              if (fatal_signal_pending(current))
                  goto free_cma;

[-- Attachment #2: Type: text/html, Size: 1677 bytes --]

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

* [PATCH] drm/msm: Fix typo in comment
       [not found] ` <20230618143813.15142-4-dengshaomin@cdjrlc.com>
@ 2023-06-18 14:54   ` zhumao001
  2023-06-19 21:38       ` Dmitry Baryshkov
  0 siblings, 1 reply; 7+ messages in thread
From: zhumao001 @ 2023-06-18 14:54 UTC (permalink / raw)
  To: robdclark, quic_abhinavk, dmitry.baryshkov, airlied, daniel,
	sumit.semwal, christian.koenig, sean
  Cc: linux-arm-msm, linux-kernel, dri-devel, linaro-mm-sig, freedreno,
	linux-media

[-- Attachment #1: Type: text/plain, Size: 1001 bytes --]


Fix typo in comment of msm_gem.c.

Signed-off-by: Zhu Mao <zhumao001@208suo.com>
---
  drivers/gpu/drm/msm/msm_gem.c | 4 ++--
  1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/gpu/drm/msm/msm_gem.c 
b/drivers/gpu/drm/msm/msm_gem.c
index 20cfd86d2b32..ef81074416af 100644
--- a/drivers/gpu/drm/msm/msm_gem.c
+++ b/drivers/gpu/drm/msm/msm_gem.c
@@ -503,8 +503,8 @@ void msm_gem_unpin_locked(struct drm_gem_object 
*obj)

  /* Special unpin path for use in fence-signaling path, avoiding the 
need
   * to hold the obj lock by only depending on things that a protected by
- * the LRU lock.  In particular we know that that we already have 
backing
- * and and that the object's dma_resv has the fence for the current
+ * the LRU lock.  In particular we know that we already have backing
+ * and that the object's dma_resv has the fence for the current
   * submit/job which will prevent us racing against page eviction.
   */
  void msm_gem_unpin_active(struct drm_gem_object *obj)

[-- Attachment #2: Type: text/html, Size: 1423 bytes --]

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

* Re: [PATCH] drm/msm: Fix typo in comment
  2023-06-18 14:54   ` [PATCH] drm/msm: Fix typo in comment zhumao001
@ 2023-06-19 21:38       ` Dmitry Baryshkov
  0 siblings, 0 replies; 7+ messages in thread
From: Dmitry Baryshkov @ 2023-06-19 21:38 UTC (permalink / raw)
  To: zhumao001, robdclark, quic_abhinavk, airlied, daniel,
	sumit.semwal, christian.koenig, sean
  Cc: linux-arm-msm, dri-devel, freedreno, linux-kernel, linux-media,
	linaro-mm-sig

On 18/06/2023 17:54, zhumao001@208suo.com wrote:
> Fix typo in comment of msm_gem.c.
> 
> Signed-off-by: Zhu Mao <zhumao001@208suo.com>
> ---
>   drivers/gpu/drm/msm/msm_gem.c | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)

This patch doesn't apply. Please use git send-email to send patches.

-- 
With best wishes
Dmitry


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

* Re: [PATCH] drm/msm: Fix typo in comment
@ 2023-06-19 21:38       ` Dmitry Baryshkov
  0 siblings, 0 replies; 7+ messages in thread
From: Dmitry Baryshkov @ 2023-06-19 21:38 UTC (permalink / raw)
  To: zhumao001, robdclark, quic_abhinavk, airlied, daniel,
	sumit.semwal, christian.koenig, sean
  Cc: linux-arm-msm, linux-kernel, dri-devel, linaro-mm-sig, freedreno,
	linux-media

On 18/06/2023 17:54, zhumao001@208suo.com wrote:
> Fix typo in comment of msm_gem.c.
> 
> Signed-off-by: Zhu Mao <zhumao001@208suo.com>
> ---
>   drivers/gpu/drm/msm/msm_gem.c | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)

This patch doesn't apply. Please use git send-email to send patches.

-- 
With best wishes
Dmitry


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

* Re: [PATCH] Delete unneeded word in comment
       [not found]   ` <373dff7d57a69ec00de7e206895ddbb9@208suo.com>
@ 2023-06-20 14:35     ` Steven Rostedt
  0 siblings, 0 replies; 7+ messages in thread
From: Steven Rostedt @ 2023-06-20 14:35 UTC (permalink / raw)
  To: zhumao001; +Cc: peterz, jpoimboe, jbaron, ardb, linux-kernel

On Sun, 18 Jun 2023 22:47:48 +0800
zhumao001@208suo.com wrote:


Subject needs a topic. Please read:

   https://docs.kernel.org/process/submitting-patches.html


> Delete the unneeded word 'with' in comment.
> 
> Signed-off-by: Zhu Mao <zhumao001@208suo.com>
> ---
>   kernel/jump_label.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/kernel/jump_label.c b/kernel/jump_label.c
> index d9c822bbffb8..08c42ae723ef 100644
> --- a/kernel/jump_label.c
> +++ b/kernel/jump_label.c
> @@ -493,7 +493,7 @@ void __init jump_label_init(void)
> 
>       /*
>        * Since we are initializing the static_key.enabled field with
> -     * with the 'raw' int values (to avoid pulling in atomic.h) in
> +     * the 'raw' int values (to avoid pulling in atomic.h) in

Broken whitespace.

-- Steve

>        * jump_label.h, let's make sure that is safe. There are only two
>        * cases to check since we initialize to 0 or 1.
>        */


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

* Re: [PATCH] dma-buf: heaps: Delete repeated word
  2023-06-18 14:50   ` [PATCH] dma-buf: heaps: Delete repeated word zhumao001
@ 2023-06-21  8:58     ` Bagas Sanjaya
  0 siblings, 0 replies; 7+ messages in thread
From: Bagas Sanjaya @ 2023-06-21  8:58 UTC (permalink / raw)
  To: zhumao001, sumit.semwal, benjamin.gaignard, lmark, labbott,
	Brian.Starkey, jstultz, christian.koenig
  Cc: linux-kernel, dri-devel, linux-media

[-- Attachment #1: Type: text/plain, Size: 1212 bytes --]

On Sun, Jun 18, 2023 at 10:50:43PM +0800, zhumao001@208suo.com wrote:
> 
> Delete one of the rebundant word in comment.
> 
> Signed-off-by: Zhu Mao <zhumao001@208suo.com>
> ---
>  drivers/dma-buf/heaps/cma_heap.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/dma-buf/heaps/cma_heap.c
> b/drivers/dma-buf/heaps/cma_heap.c
> index a7f048048864..80bc95955188 100644
> --- a/drivers/dma-buf/heaps/cma_heap.c
> +++ b/drivers/dma-buf/heaps/cma_heap.c
> @@ -319,7 +319,7 @@ static struct dma_buf *cma_heap_allocate(struct dma_heap
> *heap,
>              kunmap_atomic(vaddr);
>              /*
>               * Avoid wasting time zeroing memory if the process
> -             * has been killed by by SIGKILL
> +             * has been killed by SIGKILL
>               */
>              if (fatal_signal_pending(current))
>                  goto free_cma;

Your patch can't be applied because you sent it with Roundcube, which
mangles whitespace. Please resend with git-send-email(1) instead. And
don't send patches as HTML email, either, because many mailing lists
bar HTML mails.

Bye!

-- 
An old man doll... just what I always wanted! - Clara

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

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

* Re: [PATCH] module: Fix comment typo
       [not found]   ` <aef774d1ff3b260b46d5b81f61cdccfa@208suo.com>
@ 2023-09-21  0:14     ` Luis Chamberlain
  0 siblings, 0 replies; 7+ messages in thread
From: Luis Chamberlain @ 2023-09-21  0:14 UTC (permalink / raw)
  To: zhumao001; +Cc: linux-modules, linux-kernel

On Sun, Jun 18, 2023 at 10:58:43PM +0800, zhumao001@208suo.com wrote:
> 
> Delete duplicated word in comment.
> 
> Signed-off-by: Zhu Mao <zhumao001@208suo.com>
> ---

Applied and pushed, next time please consider sending a slew of typo
fixes, just one word is a bit too much trouble for just one patch.

  Luis

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

end of thread, other threads:[~2023-09-21  0:14 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20230618143813.15142-1-dengshaomin@cdjrlc.com>
     [not found] ` <20230618143813.15142-3-dengshaomin@cdjrlc.com>
2023-06-18 14:50   ` [PATCH] dma-buf: heaps: Delete repeated word zhumao001
2023-06-21  8:58     ` Bagas Sanjaya
     [not found] ` <20230618143813.15142-4-dengshaomin@cdjrlc.com>
2023-06-18 14:54   ` [PATCH] drm/msm: Fix typo in comment zhumao001
2023-06-19 21:38     ` Dmitry Baryshkov
2023-06-19 21:38       ` Dmitry Baryshkov
     [not found] ` <20230618143813.15142-2-dengshaomin@cdjrlc.com>
     [not found]   ` <373dff7d57a69ec00de7e206895ddbb9@208suo.com>
2023-06-20 14:35     ` [PATCH] Delete unneeded word " Steven Rostedt
     [not found] ` <20230618143813.15142-6-dengshaomin@cdjrlc.com>
     [not found]   ` <aef774d1ff3b260b46d5b81f61cdccfa@208suo.com>
2023-09-21  0:14     ` [PATCH] module: Fix comment typo Luis Chamberlain

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.