linux-scsi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] scsi: ufs: Clean up white space
       [not found] <CGME20210518121217epcms2p6b35173a078be7eb2cea2d80e2bbc1b00@epcms2p6>
@ 2021-05-18 12:12 ` Keoseong Park
  2021-05-26  4:07   ` Martin K. Petersen
  0 siblings, 1 reply; 2+ messages in thread
From: Keoseong Park @ 2021-05-18 12:12 UTC (permalink / raw)
  To: ALIM AKHTAR, avri.altman, jejb, martin.petersen, stanley.chu,
	cang, beanhuo, adrian.hunter, asutoshd, satyat, linux-scsi,
	linux-kernel

checkpatch reports the followings:

	ERROR: space prohibited before that ',' (ctx:WxW)
	#945: FILE: drivers/scsi/ufs/ufshcd.h:945:
	+int ufshcd_init(struct ufs_hba * , void __iomem * , unsigned int);
	                                  ^

	ERROR: space prohibited before that ',' (ctx:WxW)
	#945: FILE: drivers/scsi/ufs/ufshcd.h:945:
	+int ufshcd_init(struct ufs_hba * , void __iomem * , unsigned int);
	                                                   ^
remove unnecessary whitespace in ufshcd.h

Signed-off-by: Keoseong Park <keosung.park@samsung.com>
---
 drivers/scsi/ufs/ufshcd.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/scsi/ufs/ufshcd.h b/drivers/scsi/ufs/ufshcd.h
index b8b4fe2b6bd5..791fb86409c2 100644
--- a/drivers/scsi/ufs/ufshcd.h
+++ b/drivers/scsi/ufs/ufshcd.h
@@ -942,7 +942,7 @@ static inline void ufshcd_rmwl(struct ufs_hba *hba, u32 mask, u32 val, u32 reg)
 int ufshcd_alloc_host(struct device *, struct ufs_hba **);
 void ufshcd_dealloc_host(struct ufs_hba *);
 int ufshcd_hba_enable(struct ufs_hba *hba);
-int ufshcd_init(struct ufs_hba * , void __iomem * , unsigned int);
+int ufshcd_init(struct ufs_hba *, void __iomem *, unsigned int);
 int ufshcd_link_recovery(struct ufs_hba *hba);
 int ufshcd_make_hba_operational(struct ufs_hba *hba);
 void ufshcd_remove(struct ufs_hba *);
-- 
2.17.1

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

* Re: [PATCH] scsi: ufs: Clean up white space
  2021-05-18 12:12 ` [PATCH] scsi: ufs: Clean up white space Keoseong Park
@ 2021-05-26  4:07   ` Martin K. Petersen
  0 siblings, 0 replies; 2+ messages in thread
From: Martin K. Petersen @ 2021-05-26  4:07 UTC (permalink / raw)
  To: asutoshd, beanhuo, adrian.hunter, jejb, avri.altman, satyat,
	Keoseong Park, ALIM AKHTAR, linux-kernel, stanley.chu, cang,
	linux-scsi
  Cc: Martin K . Petersen

On Tue, 18 May 2021 21:12:17 +0900, Keoseong Park wrote:

> checkpatch reports the followings:
> 
> 	ERROR: space prohibited before that ',' (ctx:WxW)
> 	#945: FILE: drivers/scsi/ufs/ufshcd.h:945:
> 	+int ufshcd_init(struct ufs_hba * , void __iomem * , unsigned int);
> 	                                  ^
> 
> [...]

Applied to 5.14/scsi-queue, thanks!

[1/1] scsi: ufs: Clean up white space
      https://git.kernel.org/mkp/scsi/c/ecd7beb37871

-- 
Martin K. Petersen	Oracle Linux Engineering

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

end of thread, other threads:[~2021-05-26  4:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <CGME20210518121217epcms2p6b35173a078be7eb2cea2d80e2bbc1b00@epcms2p6>
2021-05-18 12:12 ` [PATCH] scsi: ufs: Clean up white space Keoseong Park
2021-05-26  4:07   ` Martin K. Petersen

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 NNTP newsgroup(s).