Whamcloud - gitweb
LU-1346 libcfs: replace libcfs wrappers with kernel API
[fs/lustre-release.git] / libcfs / include / libcfs / darwin / darwin-lock.h
index 95203c9..8033c0f 100644 (file)
 
 /*
  * spin_lock (use Linux kernel's primitives)
- * 
+ *
  * - spin_lock_init(x)
  * - spin_lock(x)
  * - spin_unlock(x)
  * - spin_trylock(x)
- * 
+ *
  * - spin_lock_irqsave(x, f)
  * - spin_unlock_irqrestore(x, f)
  */