From c8e152bc7d05008bd2161c702efd5ec28956d59d Mon Sep 17 00:00:00 2001 From: Todd Kjos Date: Thu, 3 Oct 2019 16:15:34 -0700 Subject: [PATCH] ANDROID: staging: ion: Fix missing entry in kerneldoc header The kerneldoc header for struct ion_buffer was missing an entry for @node which does exist in the rebase version of android-mainline. Change-Id: I230b90a2a38bbaf9af39ac0c03af55e2bdf2e133 Signed-off-by: Todd Kjos --- include/linux/ion.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/linux/ion.h b/include/linux/ion.h index d701704ef0f9..88622fb8f9ea 100644 --- a/include/linux/ion.h +++ b/include/linux/ion.h @@ -22,6 +22,7 @@ /** * struct ion_buffer - metadata for a particular buffer + * @node: node in the ion_device buffers tree * @list: element in list of deferred freeable buffers * @heap: back pointer to the heap the buffer came from * @flags: buffer specific flags