Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757879AbdHYR5x (ORCPT ); Fri, 25 Aug 2017 13:57:53 -0400 Received: from mail-pg0-f65.google.com ([74.125.83.65]:34241 "EHLO mail-pg0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755347AbdHYR5v (ORCPT ); Fri, 25 Aug 2017 13:57:51 -0400 From: harsha To: gregkh@linuxfoundation.org Cc: devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org, harsha Subject: [PATCH] staging:unisys:visorbus:visorchipset.c: Added a blank line after function declaration Date: Fri, 25 Aug 2017 23:25:54 +0530 Message-Id: <1503683754-20817-1-git-send-email-harshasharmaiitr@gmail.com> X-Mailer: git-send-email 1.9.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 609 Lines: 19 Signed-off-by: harsha --- drivers/staging/unisys/visorbus/visorchipset.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/staging/unisys/visorbus/visorchipset.c b/drivers/staging/unisys/visorbus/visorchipset.c index 6f2a010..6789c04 100644 --- a/drivers/staging/unisys/visorbus/visorchipset.c +++ b/drivers/staging/unisys/visorbus/visorchipset.c @@ -1326,6 +1326,7 @@ static int unisys_vmcall(unsigned long tuple, unsigned long param) return -EFAULT; } } + static unsigned int issue_vmcall_io_controlvm_addr(u64 *control_addr, u32 *control_bytes) { -- 1.9.1