From patchwork Tue Aug 30 19:04:21 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Moshe Green X-Patchwork-Id: 9305903 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 38B21601C0 for ; Tue, 30 Aug 2016 19:04:29 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 2B25828D16 for ; Tue, 30 Aug 2016 19:04:29 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 1F36328D18; Tue, 30 Aug 2016 19:04:29 +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 9C48B28D16 for ; Tue, 30 Aug 2016 19:04:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751962AbcH3TE1 (ORCPT ); Tue, 30 Aug 2016 15:04:27 -0400 Received: from mail-wm0-f65.google.com ([74.125.82.65]:35463 "EHLO mail-wm0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751146AbcH3TE1 (ORCPT ); Tue, 30 Aug 2016 15:04:27 -0400 Received: by mail-wm0-f65.google.com with SMTP id i5so4419097wmg.2; Tue, 30 Aug 2016 12:04:26 -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:references:mime-version :content-disposition:in-reply-to:user-agent; bh=b+CR70PTZGmdxiwcxHSLVrGSOOHxj/pPVnmKLPXVrmU=; b=jcDaPF1A3u/g5Hwnvg9s+R88uv7a3d23CnUxqlozCjmUyR4NxMaUvsZgEgtIuZ0a16 5mdXNPCbsy0BDLtralu+fEeX1zAkoCoqiAGVyINHrW4oBSD3yFplcvDBDgrO/AU9MjTv qQPz6w22Y4Ns68ah8NuvC3dSCZC4W2beLNGiT5c4pppDdr+KIUe5GyrMfu6PjWuGQjOF MB2OjK9An1JtWDuidtYi06rpBAb3JSUsYqkJMS1PAuEATlIYi84S4QIrMXsBhw+Oh+u8 L3w6cwZyFCS0VcqT/EaG1+Bs1moPGLm6G0R/rjUNjQQ8fpt1XULtsHzlwTarv4Z60DQz 7KKQ== 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:references :mime-version:content-disposition:in-reply-to:user-agent; bh=b+CR70PTZGmdxiwcxHSLVrGSOOHxj/pPVnmKLPXVrmU=; b=RHqYUzmGgpZTDRopEIVWdwxvcug5ia6jvAg5uOoCxMRmcGdf93xuzSNTm4zgvnK6j7 NYUee6N6Qb2VFtfKWMxWoShSVDeM7mUTrJKGMFm0PCPaBz1ZllOwk0db7nDo8I+Q9N3a evI97NoQedwF7+1dxvaNH1NKcULH1SwSrS08lBqa8uMSywHZmaKW4qa4eNXafoM2IT5N 9ApxCFkpAjY5FvPrqIdwyodwQJMENZRdMeL3AkeGeBsaGEVA2KOQP22GTA/M2LJgU5dj pLdk/xhiZBnLw7Qg46i3RWUz9EVlP93SpjyEBOtyDff+I6Au3iE7BwsaWSm1r23bnqKR JHrQ== X-Gm-Message-State: AE9vXwOUOtlEq3IxHv6pXL788R6LN8IP0wrh4xfUcuxET8l68ZS31yJO5lWsMVpxashz+w== X-Received: by 10.28.148.148 with SMTP id w142mr18102015wmd.48.1472583865076; Tue, 30 Aug 2016 12:04:25 -0700 (PDT) Received: from gmail.com ([37.26.146.213]) by smtp.gmail.com with ESMTPSA id ly9sm40788918wjb.44.2016.08.30.12.04.23 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 30 Aug 2016 12:04:24 -0700 (PDT) Date: Tue, 30 Aug 2016 22:04:21 +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 2/9] staging: sm750fb: fix line length coding style issue in ddk750_chip.c Message-ID: <33a8c01f5b7083610dbc91d2cfc275ebbef0295b.1472583825.git.mgmoshes@gmail.com> References: <7011104f5ba6d400b550d2f25d16b1183efa0f35.1472583825.git.mgmoshes@gmail.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <7011104f5ba6d400b550d2f25d16b1183efa0f35.1472583825.git.mgmoshes@gmail.com> 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 Fix a line length warning found by the checkpatch.pl tool in ddk750_chip.c. Signed-off-by: Moshe Green --- drivers/staging/sm750fb/ddk750_chip.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/sm750fb/ddk750_chip.c b/drivers/staging/sm750fb/ddk750_chip.c index fb27eb4..a0e7771 100644 --- a/drivers/staging/sm750fb/ddk750_chip.c +++ b/drivers/staging/sm750fb/ddk750_chip.c @@ -94,8 +94,8 @@ static void setMemoryClock(unsigned int frequency) if (frequency) { /* - * Set the frequency to the maximum frequency that the DDR Memory can take - * which is 336MHz. + * Set the frequency to the maximum frequency + * that the DDR Memory can take which is 336MHz. */ if (frequency > MHz(336)) frequency = MHz(336);