Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus
[linux-drm-fsl-dcu.git] / lib / sort.c
index 488788b341cb01960b92163b9326ec85c2a33445..961567894d16b89a208244ea957e44a3d9afd668 100644 (file)
@@ -27,7 +27,7 @@ static void generic_swap(void *a, void *b, int size)
        } while (--size > 0);
 }
 
-/*
+/**
  * sort - sort an array of elements
  * @base: pointer to data to sort
  * @num: number of elements