From patchwork Thu Sep 27 10:40:42 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jingoo Han X-Patchwork-Id: 1513271 Return-Path: X-Original-To: patchwork-linux-fbdev@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork1.kernel.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by patchwork1.kernel.org (Postfix) with ESMTP id C78E040B2A for ; Thu, 27 Sep 2012 10:40:52 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756707Ab2I0Kkq (ORCPT ); Thu, 27 Sep 2012 06:40:46 -0400 Received: from mailout3.samsung.com ([203.254.224.33]:51409 "EHLO mailout3.samsung.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756663Ab2I0Kko (ORCPT ); Thu, 27 Sep 2012 06:40:44 -0400 Received: from epcpsbgm1.samsung.com (epcpsbgm1 [203.254.230.26]) by mailout3.samsung.com (Oracle Communications Messaging Server 7u4-24.01(7.0.4.24.0) 64bit (built Nov 17 2011)) with ESMTP id <0MB000ERL8BVH2U0@mailout3.samsung.com> for linux-fbdev@vger.kernel.org; Thu, 27 Sep 2012 19:40:43 +0900 (KST) X-AuditID: cbfee61a-b7f726d000000ec7-5b-50642d2b19cf Received: from epmmp2 ( [203.254.227.17]) by epcpsbgm1.samsung.com (EPCPMTA) with SMTP id 75.46.03783.B2D24605; Thu, 27 Sep 2012 19:40:43 +0900 (KST) Received: from DOJG1HAN02 ([12.23.120.99]) by mmp2.samsung.com (Oracle Communications Messaging Server 7u4-24.01 (7.0.4.24.0) 64bit (built Nov 17 2011)) with ESMTPA id <0MB000LIF8BVVH50@mmp2.samsung.com> for linux-fbdev@vger.kernel.org; Thu, 27 Sep 2012 19:40:43 +0900 (KST) From: Jingoo Han To: 'Florian Tobias Schandinat' Cc: linux-fbdev@vger.kernel.org, 'Jingoo Han' Subject: [PATCH] video: s3c-fb: fix typo in comment Date: Thu, 27 Sep 2012 19:40:42 +0900 Message-id: <001401cd9c9c$8b6a8ea0$a23fabe0$%han@samsung.com> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7bit X-Mailer: Microsoft Office Outlook 12.0 Thread-index: Ac2cnIs0XfuzPw+5RwiaJY1nwQGbVA== Content-language: ko X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFtrCLMWRmVeSWpSXmKPExsVy+t9jQV1t3ZQAg8dbJC1O9H1gdWD0+LxJ LoAxissmJTUnsyy1SN8ugSujd/Zx9oK/rBWHnvcwNTC+Yeli5OSQEDCR6Lm7mAnCFpO4cG89 WxcjF4eQwHRGiesdLxghnFlMEkceXQfrYBNQk/jy5TB7FyMHh4iAlcSmrZogYWYBZ4kJN06w gdjCAsYSGy8fAhvKIqAqcWfLTnYQm1fAVmLKlC2sELagxI/J91ggerUk1u88zgRhy0tsXvOW GWS8hIC6xKO/uiBhEQE9ieYfC6FKRCT2vXjHOIFRYBaSSbOQTJqFZNIsJC0LGFlWMYqmFiQX FCel5xrqFSfmFpfmpesl5+duYgSH5TOpHYwrGywOMQpwMCrx8Aa4JwcIsSaWFVfmHmKU4GBW EuGNUk0JEOJNSaysSi3Kjy8qzUktPsQozcGiJM4r/CkwQEggPbEkNTs1tSC1CCbLxMEp1cBo vlGbq+21UemdGS4z509fY/Nvx9K5ru8t5Ga/i1kU+fZ1mG1NWbli5It+zTmv2jKq58id8/qx xenwaRNGMyVupvczc7hu3WqyvvMy8Wmpad8bk4e1L8OzXT5uX5H802A2o7O+9LaJIdNCcuVO Voo2qX9rE/jMl3di3ffk4LOnHlwokeM7YLxTiaU4I9FQi7moOBEAgcOiL0cCAAA= Sender: linux-fbdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-fbdev@vger.kernel.org "sturucture" should be "structure". Signed-off-by: Jingoo Han --- drivers/video/s3c-fb.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/video/s3c-fb.c b/drivers/video/s3c-fb.c index 52b744f..b855867 100644 --- a/drivers/video/s3c-fb.c +++ b/drivers/video/s3c-fb.c @@ -189,7 +189,7 @@ struct s3c_fb_vsync { /** * struct s3c_fb - overall hardware state of the hardware - * @slock: The spinlock protection for this data sturucture. + * @slock: The spinlock protection for this data structure. * @dev: The device that we bound to, for printing, etc. * @bus_clk: The clk (hclk) feeding our interface and possibly pixclk. * @lcd_clk: The clk (sclk) feeding pixclk.