Add CREDITS entry for Shaohua Li
[sfrench/cifs-2.6.git] / lib / div64.c
index 58e2a404097e9f5a47269138dcb843d1a39084a8..01c8602bb6ffb9250e5a24b6c6866e47c440da51 100644 (file)
@@ -61,6 +61,12 @@ uint32_t __attribute__((weak)) __div64_32(uint64_t *n, uint32_t base)
 EXPORT_SYMBOL(__div64_32);
 #endif
 
+/**
+ * div_s64_rem - signed 64bit divide with 64bit divisor and remainder
+ * @dividend:  64bit dividend
+ * @divisor:   64bit divisor
+ * @remainder:  64bit remainder
+ */
 #ifndef div_s64_rem
 s64 div_s64_rem(s64 dividend, s32 divisor, s32 *remainder)
 {