mirror of
https://github.com/SCST-project/scst.git
synced 2026-08-18 21:26:31 +00:00
fcst: Fix a checkpatch complaint about whitespace
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@4893 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
+1
-1
@@ -177,7 +177,7 @@ static u32 ft_sess_hash(u32 port_id)
|
||||
#if LINUX_VERSION_CODE < KERNEL_VERSION(3, 1, 0)
|
||||
static inline int __must_check kref_get_unless_zero(struct kref *kref)
|
||||
{
|
||||
return atomic_add_unless(&kref->refcount, 1, 0);
|
||||
return atomic_add_unless(&kref->refcount, 1, 0);
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user