Pull bugzilla-5534 into release branch
[pandora-kernel.git] / lib / sort.c
index 488788b..9615678 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