From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752306AbaINAJl (ORCPT ); Sat, 13 Sep 2014 20:09:41 -0400 Received: from sender1.zohomail.com ([74.201.84.155]:30604 "EHLO sender1.zohomail.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752198AbaINAJk (ORCPT ); Sat, 13 Sep 2014 20:09:40 -0400 From: Sorin Facaoaru To: gregkh@linuxfoundation.org Cc: ccross@android.com, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org, Sorin Facaoaru Subject: [PATCH] Staging: android: ion: fix coding style Date: Sat, 13 Sep 2014 17:09:36 -0700 Message-Id: <1410653376-4514-1-git-send-email-work@sorin.cc> X-Mailer: git-send-email 1.9.1 X-ZohoMail: Ss SS_10 UW UB CHF_INT_SMD_EXT SGR4_1_26084_0 X-ZohoMail-Owner: <1410653376-4514-1-git-send-email-work@sorin.cc>+zmo_0_ X-ZohoMail-Sender: 23.243.135.245 X-Zoho-Virus-Status: 2 X-ZohoMailClient: External Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org - remove return statement in empty void function Signed-off-by: Sorin Facaoaru --- drivers/staging/android/ion/ion_chunk_heap.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/staging/android/ion/ion_chunk_heap.c b/drivers/staging/android/ion/ion_chunk_heap.c index 9c3e49a..3e6ec2e 100644 --- a/drivers/staging/android/ion/ion_chunk_heap.c +++ b/drivers/staging/android/ion/ion_chunk_heap.c @@ -126,7 +126,6 @@ static struct sg_table *ion_chunk_heap_map_dma(struct ion_heap *heap, static void ion_chunk_heap_unmap_dma(struct ion_heap *heap, struct ion_buffer *buffer) { - return; } static struct ion_heap_ops chunk_heap_ops = { -- 1.9.1