net: 9p: Fix kerneldoc warnings of missing parameters etc
[sfrench/cifs-2.6.git] / net / 9p / trans_common.c
index 3dff68f05fb91a38b1e00b5ab7a3ee306265a460..6ea5ea548cd44ea2b203adebe9af65fdf94bee0b 100644 (file)
@@ -17,7 +17,9 @@
 #include "trans_common.h"
 
 /**
- *  p9_release_pages - Release pages after the transaction.
+ * p9_release_pages - Release pages after the transaction.
+ * @pages: array of pages to be put
+ * @nr_pages: size of array
  */
 void p9_release_pages(struct page **pages, int nr_pages)
 {