diff options
author | Bogdan Purcareata <bogdan.purcareata@gmail.com> | 2017-01-13 00:01:55 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-01-16 18:10:26 +0100 |
commit | d71f1be79569970046287af5bc2cfce9d5ab4c50 (patch) | |
tree | 03866cb830b9fb4cec204ac5d2a8bbc410a6f77c /drivers | |
parent | 250c23fc78252844fb35c2a054babbe78de96553 (diff) | |
download | lwn-d71f1be79569970046287af5bc2cfce9d5ab4c50.tar.gz lwn-d71f1be79569970046287af5bc2cfce9d5ab4c50.zip |
staging: android/ion: Align comment mark
Fix missing space right before multiple line comment closing.
Signed-off-by: Bogdan Purcareata <bogdan.purcareata@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/staging/android/ion/ion_priv.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/android/ion/ion_priv.h b/drivers/staging/android/ion/ion_priv.h index 3c3b3245275d..00d8b53b608e 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 { |