From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757211AbcIVQAn (ORCPT ); Thu, 22 Sep 2016 12:00:43 -0400 Received: from mail-lf0-f66.google.com ([209.85.215.66]:36534 "EHLO mail-lf0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756829AbcIVQAj (ORCPT ); Thu, 22 Sep 2016 12:00:39 -0400 From: =?UTF-8?q?Antti=20Ker=C3=A4nen?= To: labbott@redhat.com Cc: =?UTF-8?q?Antti=20Ker=C3=A4nen?= , sumit.semwal@linaro.org, gregkh@linuxfoundation.org, arve@android.com, riandrews@android.com, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Subject: [PATCH v3 2/2] staging: ion: Fix a coding style issue Date: Thu, 22 Sep 2016 18:59:24 +0300 Message-Id: <20160922155924.13299-2-detegr@gmail.com> X-Mailer: git-send-email 2.9.3 In-Reply-To: <20160922155924.13299-1-detegr@gmail.com> References: <20160922155924.13299-1-detegr@gmail.com> In-Reply-To: <20160922151758.GB3565@kroah.com> References: <20160922151758.GB3565@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Correctly align an unaligned block comment Signed-off-by: Antti Keränen --- drivers/staging/android/uapi/ion.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/android/uapi/ion.h b/drivers/staging/android/uapi/ion.h index 647f130..e629394 100644 --- a/drivers/staging/android/uapi/ion.h +++ b/drivers/staging/android/uapi/ion.h @@ -57,7 +57,7 @@ enum ion_heap_type { * cached, ion will do cache * maintenance when the buffer is * mapped for dma - */ + */ #define ION_FLAG_CACHED_NEEDS_SYNC 2 /* * mappings of this buffer will created * at mmap time, if this is set -- 2.9.3