LKML Archive mirror
 help / color / mirror / Atom feed
* Re: [PATCH] drm/msm: Fix typo in comment
       [not found]   ` <610b47a2989976b9dae162ecc55ddc85@208suo.com>
@ 2023-06-19 21:38     ` Dmitry Baryshkov
  0 siblings, 0 replies; 4+ 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] 4+ 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; 4+ 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] 4+ messages in thread

* Re: [PATCH] dma-buf: heaps: Delete repeated word
       [not found]   ` <0c1649d3a7eca54b639b3990c186f482@208suo.com>
@ 2023-06-21  8:58     ` Bagas Sanjaya
  0 siblings, 0 replies; 4+ 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] 4+ 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; 4+ 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] 4+ messages in thread

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

Thread overview: 4+ 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-4-dengshaomin@cdjrlc.com>
     [not found]   ` <610b47a2989976b9dae162ecc55ddc85@208suo.com>
2023-06-19 21:38     ` [PATCH] drm/msm: Fix typo in comment 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-3-dengshaomin@cdjrlc.com>
     [not found]   ` <0c1649d3a7eca54b639b3990c186f482@208suo.com>
2023-06-21  8:58     ` [PATCH] dma-buf: heaps: Delete repeated word Bagas Sanjaya
     [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 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).