[PATCH v2 3/4] staging: android/ion: Align comment mark

Bogdan Purcareata bogdan.purcareata at gmail.com
Thu Jan 12 22:01:55 UTC 2017


Fix missing space right before multiple line comment closing.

Signed-off-by: Bogdan Purcareata <bogdan.purcareata at gmail.com>
---
v1 -> v2
- add changelog

 drivers/staging/android/ion/ion_priv.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/android/ion/ion_priv.h b/drivers/staging/android/ion/ion_priv.h
index 3c3b324..00d8b53 100644
--- a/drivers/staging/android/ion/ion_priv.h
+++ b/drivers/staging/android/ion/ion_priv.h
@@ -54,7 +54,7 @@
  *			handle, used for debugging
  * @pid:		pid of last client to reference this buffer in a
  *			handle, used for debugging
-*/
+ */
 struct ion_buffer {
 	struct kref ref;
 	union {
-- 
2.7.4



More information about the devel mailing list