Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751886AbdDBUsl (ORCPT ); Sun, 2 Apr 2017 16:48:41 -0400 Received: from mail-pg0-f65.google.com ([74.125.83.65]:35823 "EHLO mail-pg0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751738AbdDBUsk (ORCPT ); Sun, 2 Apr 2017 16:48:40 -0400 From: Daniel Cashman To: gregkh@linuxfoundation.org Cc: forest@alittletooquiet.net, dan.a.cashman@gmail.com, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Subject: [Patch v2 0/3] staging: vt6656: Fix checkpatch style violations. Date: Sun, 2 Apr 2017 13:48:09 -0700 Message-Id: <1491166092-3235-1-git-send-email-dan.a.cashman@gmail.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <20170402060219.GA7499@kroah.com> References: <20170402060219.GA7499@kroah.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 769 Lines: 20 From: Dan Cashman This patchset fixes the checkpatch-reported kernel style guide violations for rf.c in the vt6656 staging area. Specifically, the first patch fixes the errors, which are all spaces -> tabs conversions, and the second and third fix the warnings, which are an embedded function name in a debug statement and an exceeded 80-char line, respectively. Signed-off-by: Daniel Cashman Dan Cashman (3): staging: vt6656: convert spaces to tabs for rf.c staging: vt6656: Replace embedded function name with __func__ in rf.c staging: vt6656: Split arguments to avoid 80-char violation in rf.c drivers/staging/vt6656/rf.c | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) -- 2.7.4