mirror of https://gitee.com/openkylin/linux.git
staging: rts5208: fix comment blocks style in rtsx.h
This patch fixes the following checkpatch.pl warning in rtsx.h: WARNING: Block comments use a trailing */ on a separate line Signed-off-by: Sergio Paracuellos <sergio.paracuellos@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
e89ac165a5
commit
55e94ccb43
|
@ -161,8 +161,10 @@ static inline void get_current_time(u8 *timeval_buf, int buf_len)
|
||||||
timeval_buf[7] = (u8)(tv_usec);
|
timeval_buf[7] = (u8)(tv_usec);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* The scsi_lock() and scsi_unlock() macros protect the sm_state and the
|
/*
|
||||||
* single queue element srb for write access */
|
* The scsi_lock() and scsi_unlock() macros protect the sm_state and the
|
||||||
|
* single queue element srb for write access
|
||||||
|
*/
|
||||||
#define scsi_unlock(host) spin_unlock_irq(host->host_lock)
|
#define scsi_unlock(host) spin_unlock_irq(host->host_lock)
|
||||||
#define scsi_lock(host) spin_lock_irq(host->host_lock)
|
#define scsi_lock(host) spin_lock_irq(host->host_lock)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue