From patchwork Sun Jun 5 19:09:24 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Moshe Green X-Patchwork-Id: 9155675 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 A4A3960467 for ; Sun, 5 Jun 2016 19:09:35 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 8DAF226490 for ; Sun, 5 Jun 2016 19:09:35 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 7303127D45; Sun, 5 Jun 2016 19:09:35 +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_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, 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 0735B26490 for ; Sun, 5 Jun 2016 19:09:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751654AbcFETJd (ORCPT ); Sun, 5 Jun 2016 15:09:33 -0400 Received: from mail-wm0-f65.google.com ([74.125.82.65]:34277 "EHLO mail-wm0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751509AbcFETJc (ORCPT ); Sun, 5 Jun 2016 15:09:32 -0400 Received: by mail-wm0-f65.google.com with SMTP id n184so11543735wmn.1; Sun, 05 Jun 2016 12:09:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:mime-version:content-disposition :user-agent; bh=9/eYtw+okAAA0sNW6od01z0DD7QiXjm3IS9lEhBvyW4=; b=s3n7Q7tN1s9D3bZbjmKzODTIJ9Eyb3QDnY1MBZQ+SrnDUazKghIU4/K8BK4obZsWMC EkmpKriopppN1jtkSxLAv/wBvdJoYa5OLPkVCT0/A35O9Zoc9SUegkGi2W89ktYwesEg q6OFdFcEbfZCNRKAsO+UvoMzuUnqm2n225kNK9pq2oNe8O5mb43SpiZ76QxhrDke9smq Tn3ULcJ47ftc95Z9ZLmSfq5od9jtS6AW4E2l1GM9vl1cO25HJLPoslPHH5/k7KtDIqAQ IhM/gyLFcZVY+LRi/OY181BF4esCCpvDrzFjmmDQsmUPNoDFOm3I9YKX3lll5fR+Wm89 FXHQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:cc:subject:message-id:mime-version :content-disposition:user-agent; bh=9/eYtw+okAAA0sNW6od01z0DD7QiXjm3IS9lEhBvyW4=; b=UAnOpksFg9kFfpicenYaP6eSeYajdFx0NvA6xHUaP+ALqHotSg7mF+7tZux4i68XCO 8/tamS0iuU5WCEGw00kG9jdNCkZ4qcyW65WMik1uOUNDA8eDHib+p1Dl5LtMRB7VIopr idXMo7JLRDJ8V6ciXO3lotcn8NbnMObuS126R5KIywWJHn8W8HYWSZ8HB4noxHzvDU6A WvNeV2nlNOU9fXH8MPjnyOMLzh34iEmKMIx/xbVchS6+tIbzKr7/Amduf/ohM1w0xGQf kMyOCTD47FPfOx6t3Njj6Jz7Jhiw61lCZ/OddZNkXUfobNXfm7/p9hWRu0whA9ZGXxPa Lhqw== X-Gm-Message-State: ALyK8tIYg7wn+Me/MYTtSNMnH/OKTK+oGc4u/sH7bl1xUWsSlA2JQcb3Vfg9HIVdN1/eGg== X-Received: by 10.194.200.129 with SMTP id js1mr12123782wjc.82.1465153770607; Sun, 05 Jun 2016 12:09:30 -0700 (PDT) Received: from moshe-Lenovo-Yoga-2-Pro ([37.26.149.210]) by smtp.gmail.com with ESMTPSA id h138sm10422434wmd.19.2016.06.05.12.09.27 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 05 Jun 2016 12:09:29 -0700 (PDT) Date: Sun, 5 Jun 2016 22:09:24 +0300 From: Moshe Green To: sudipm.mukherjee@gmail.com, teddy.wang@siliconmotion.com, gregkh@linuxfoundation.org Cc: linux-fbdev@vger.kernel.org, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Subject: [PATCH] Staging: sm750fb: fix line length coding style issue in ddk750_chip.c Message-ID: <20160605190924.GA7845@moshe-Lenovo-Yoga-2-Pro> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.5.24 (2015-08-30) 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 This is a patch to the ddk750_chip.c file that fixes up a line length warning found by the checkpatch.pl tool Signed-off-by: Moshe Green --- drivers/staging/sm750fb/ddk750_chip.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/drivers/staging/sm750fb/ddk750_chip.c b/drivers/staging/sm750fb/ddk750_chip.c index f80ee77..9780659 100644 --- a/drivers/staging/sm750fb/ddk750_chip.c +++ b/drivers/staging/sm750fb/ddk750_chip.c @@ -86,7 +86,9 @@ static void setMemoryClock(unsigned int frequency) { unsigned int reg, divisor; - /* Cheok_0509: For SM750LE, the memory clock is fixed. Nothing to set. */ + /* Cheok_0509: For SM750LE, the memory clock is fixed. + * Nothing to set. + */ if (getChipType() == SM750LE) return;