From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965796AbbBCOxt (ORCPT ); Tue, 3 Feb 2015 09:53:49 -0500 Received: from mail-pa0-f51.google.com ([209.85.220.51]:47888 "EHLO mail-pa0-f51.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965757AbbBCOxq (ORCPT ); Tue, 3 Feb 2015 09:53:46 -0500 From: Sudip Mukherjee To: Greg Kroah-Hartman Cc: Sudip Mukherjee , linux-fbdev@vger.kernel.org, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Subject: [PATCH 0/2] staging: sm7xxfb: checkpatch cleanup Date: Tue, 3 Feb 2015 20:23:32 +0530 Message-Id: <1422975214-15250-1-git-send-email-sudipm.mukherjee@gmail.com> X-Mailer: git-send-email 1.8.1.2 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, Continuing with the checkpatch cleanup, this series will just fix the CamelCase. Two different patches are made just to make review easier. Now there is only one checkpatch warning pending about __setup, which will be fixed in one of the upcoming patch where I will introduce the use of fb_get_options() and that will also fix the compilation warning of unused function. thanks sudip Sudip Mukherjee (2): staging: sm7xxfb: fix camelcase staging: sm7xxfb: fix remaining camelcase drivers/staging/sm7xxfb/sm7xx.h | 44 ++++++++++++++--------------- drivers/staging/sm7xxfb/sm7xxfb.c | 58 +++++++++++++++++++-------------------- 2 files changed, 51 insertions(+), 51 deletions(-) -- 1.8.1.2