Fix missing space right before multiple line comment closing.

Signed-off-by: Bogdan Purcareata <bogdan.purcare...@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

_______________________________________________
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Reply via email to