android: binder: fix a kernel-doc enum warning
[linux-2.6-block.git] / drivers / android / binder_alloc_selftest.c
index fba7ab6ca451f26abcb731e3c8947806d23352b1..81442fe20a695ffd1fd562f2e1e8b640a36fca5c 100644 (file)
@@ -72,6 +72,10 @@ enum buf_end_align_type {
         * buf1 ]|[ buf2 | buf2 | buf2 ][ ...
         */
        NEXT_NEXT_UNALIGNED,
+       /**
+        * @LOOP_END: The number of enum values in &buf_end_align_type.
+        * It is used for controlling loop termination.
+        */
        LOOP_END,
 };