From patchwork Tue Jan 10 02:23:27 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Scott Matheina X-Patchwork-Id: 9506267 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 0EF7360757 for ; Tue, 10 Jan 2017 02:30:23 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 0EA232853D for ; Tue, 10 Jan 2017 02:30:23 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 035BB28538; Tue, 10 Jan 2017 02:30:23 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.8 required=2.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_HI,T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id B6339284F4 for ; Tue, 10 Jan 2017 02:30:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1161782AbdAJCaV (ORCPT ); Mon, 9 Jan 2017 21:30:21 -0500 Received: from box.matheina.com ([104.236.11.237]:41038 "EHLO box.matheina.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1161988AbdAJCaU (ORCPT ); Mon, 9 Jan 2017 21:30:20 -0500 Received: from authenticated-user (box.matheina.com [104.236.11.237]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA256 (128/128 bits)) (No client certificate requested) by box.matheina.com (Postfix) with ESMTPSA id 35CCE42665; Mon, 9 Jan 2017 20:23:34 -0600 (CST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=matheina.com; s=mail; t=1484015014; bh=Fxlyzbo8q2/v5DRwTjQ7/JenoUXhO2Qc9FsJz9jGlkw=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=AB91XhZKMGYPei2h4Fk9ruzPuBRPZrhFHjnjsSMIdTvqa6TWpADYioqeZtg6N6GmU eg9pMyJg9ZByidAWV1B+AgIeCHGR56VmPaVjWB5tWRV1y8KK1W4VuOV0G8X9QSs5yh UnNSmqhpIdNF7PuDBT0I6wC4L/uCP5SqSWIgoR/hQmyf+wo6kzZ++OVqocZqW5n9IS V2xyw2ZiMdqJPZ/lFVjMFJC/Mz6y1m3cyckt4GrieMxluzJew/lNdejGtCWRQzXVap Zi/YjaN80ay5Sa3HnCUFmMdW/tvu3PttDQ+HLf32wVjb4sSrwyEx+BYF+2vuJQqHhK Fjoxrspkvslqg== From: Scott Matheina To: linux-kernel@vger.kernel.org Cc: Sudip Mukherjee , Teddy Wang , Greg Kroah-Hartman , linux-fbdev@vger.kernel.org, devel@driverdev.osuosl.org Subject: [PATCH 2/2] staging:sm750fb:ddk750_chip.c removes un-necessary blank lines Date: Mon, 9 Jan 2017 20:23:27 -0600 Message-Id: <1484015010-6058-2-git-send-email-scott@matheina.com> In-Reply-To: <1484015010-6058-1-git-send-email-scott@matheina.com> References: <1484015010-6058-1-git-send-email-scott@matheina.com> Sender: linux-fbdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-fbdev@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Fixes checkpatch warning - Please don't use multiple blank lines Signed-off-by: Scott Matheina --- drivers/staging/sm750fb/ddk750_chip.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/drivers/staging/sm750fb/ddk750_chip.c b/drivers/staging/sm750fb/ddk750_chip.c index ec33f1f..9aaf1fd 100644 --- a/drivers/staging/sm750fb/ddk750_chip.c +++ b/drivers/staging/sm750fb/ddk750_chip.c @@ -245,7 +245,6 @@ int ddk750_init_hw(struct initchip_param *pInitParam) /* Set up master clock */ set_master_clock(MHz(pInitParam->masterClock)); - /* * Reset the memory controller. * If the memory controller is not reset in SM750, @@ -408,5 +407,3 @@ unsigned int sm750_format_pll_reg(struct pll_value *pPLL) return reg; } - -