mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH v2] dmaengine: idxd: Convert comma to semicolon
@ 2024-07-11  1:34 Chen Ni
  2024-07-11 23:14 ` Fenghua Yu
  2024-08-05 17:38 ` Vinod Koul
  0 siblings, 2 replies; 3+ messages in thread
From: Chen Ni @ 2024-07-11  1:34 UTC (permalink / raw)
  To: fenghua.yu, dave.jiang, vkoul; +Cc: dmaengine, linux-kernel, Chen Ni

Replace a comma between expression statements by a semicolon for
more readability.

Signed-off-by: Chen Ni <nichen@iscas.ac.cn>
---
Changelog:

v1 -> v2:

1. Update commit message.
---
 drivers/dma/idxd/perfmon.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/dma/idxd/perfmon.c b/drivers/dma/idxd/perfmon.c
index 5e94247e1ea7..e596ea60ed3c 100644
--- a/drivers/dma/idxd/perfmon.c
+++ b/drivers/dma/idxd/perfmon.c
@@ -480,8 +480,8 @@ static void idxd_pmu_init(struct idxd_pmu *idxd_pmu)
 	idxd_pmu->pmu.attr_groups	= perfmon_attr_groups;
 	idxd_pmu->pmu.task_ctx_nr	= perf_invalid_context;
 	idxd_pmu->pmu.event_init	= perfmon_pmu_event_init;
-	idxd_pmu->pmu.pmu_enable	= perfmon_pmu_enable,
-	idxd_pmu->pmu.pmu_disable	= perfmon_pmu_disable,
+	idxd_pmu->pmu.pmu_enable	= perfmon_pmu_enable;
+	idxd_pmu->pmu.pmu_disable	= perfmon_pmu_disable;
 	idxd_pmu->pmu.add		= perfmon_pmu_event_add;
 	idxd_pmu->pmu.del		= perfmon_pmu_event_del;
 	idxd_pmu->pmu.start		= perfmon_pmu_event_start;
-- 
2.25.1


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

* Re: [PATCH v2] dmaengine: idxd: Convert comma to semicolon
  2024-07-11  1:34 [PATCH v2] dmaengine: idxd: Convert comma to semicolon Chen Ni
@ 2024-07-11 23:14 ` Fenghua Yu
  2024-08-05 17:38 ` Vinod Koul
  1 sibling, 0 replies; 3+ messages in thread
From: Fenghua Yu @ 2024-07-11 23:14 UTC (permalink / raw)
  To: Chen Ni, dave.jiang, vkoul; +Cc: dmaengine, linux-kernel



On 7/10/24 18:34, Chen Ni wrote:
> Replace a comma between expression statements by a semicolon for
> more readability.
> 
> Signed-off-by: Chen Ni <nichen@iscas.ac.cn>

Reviewed-by: Fenghua Yu <fenghua.yu@intel.com>

Thanks.

-Fenghua

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

* Re: [PATCH v2] dmaengine: idxd: Convert comma to semicolon
  2024-07-11  1:34 [PATCH v2] dmaengine: idxd: Convert comma to semicolon Chen Ni
  2024-07-11 23:14 ` Fenghua Yu
@ 2024-08-05 17:38 ` Vinod Koul
  1 sibling, 0 replies; 3+ messages in thread
From: Vinod Koul @ 2024-08-05 17:38 UTC (permalink / raw)
  To: fenghua.yu, dave.jiang, Chen Ni; +Cc: dmaengine, linux-kernel


On Thu, 11 Jul 2024 09:34:36 +0800, Chen Ni wrote:
> Replace a comma between expression statements by a semicolon for
> more readability.
> 
> 

Applied, thanks!

[1/1] dmaengine: idxd: Convert comma to semicolon
      commit: 8bce5522a13107605709c3b253c09cb1f90850e8

Best regards,
-- 
Vinod Koul <vkoul@kernel.org>


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

end of thread, other threads:[~2024-08-05 17:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-07-11  1:34 [PATCH v2] dmaengine: idxd: Convert comma to semicolon Chen Ni
2024-07-11 23:14 ` Fenghua Yu
2024-08-05 17:38 ` Vinod Koul

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®