From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752387AbbJYWRY (ORCPT ); Sun, 25 Oct 2015 18:17:24 -0400 Received: from mail-wi0-f169.google.com ([209.85.212.169]:33674 "EHLO mail-wi0-f169.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751698AbbJYWRX (ORCPT ); Sun, 25 Oct 2015 18:17:23 -0400 From: Dzonatans Melgalvis To: gregkh@linuxfoundation.org Cc: arve@android.com, riandrews@android.com, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org, Dzonatans Melgalvis Subject: [PATCH] Staging: android: uapi: fixed comment block coding style error in ion.h Date: Mon, 26 Oct 2015 00:16:54 +0200 Message-Id: <1445811414-10953-1-git-send-email-dz.melgalvis@gmail.com> X-Mailer: git-send-email 2.1.4 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Fixed checkpatch.pl warning about comment block coding style. Signed-off-by: Dzonatans Melgalvis --- drivers/staging/android/uapi/ion.h | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/drivers/staging/android/uapi/ion.h b/drivers/staging/android/uapi/ion.h index 68a14b4..11df59f 100644 --- a/drivers/staging/android/uapi/ion.h +++ b/drivers/staging/android/uapi/ion.h @@ -56,13 +56,15 @@ enum ion_heap_type { * allocation flags - the lower 16 bits are used by core ion, the upper 16 * bits are reserved for use by the heaps themselves. */ -#define ION_FLAG_CACHED 1 /* mappings of this buffer should be - cached, ion will do cache - maintenance when the buffer is - mapped for dma */ +#define ION_FLAG_CACHED 1 /* mappings of this buffer should be + * 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 - caches must be managed manually */ + * at mmap time, if this is set + * caches must be managed manually + */ /** * DOC: Ion Userspace API -- 2.1.4