From patchwork Wed Apr 19 12:44:28 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Luis de Oliveira X-Patchwork-Id: 9687423 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 5397E60375 for ; Wed, 19 Apr 2017 13:02:16 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 450051FE83 for ; Wed, 19 Apr 2017 13:02:16 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 39C922041F; Wed, 19 Apr 2017 13:02:16 +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.9 required=2.0 tests=BAYES_00,RCVD_IN_DNSWL_HI autolearn=unavailable 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 E88AC1FE83 for ; Wed, 19 Apr 2017 13:02:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1763355AbdDSNCD (ORCPT ); Wed, 19 Apr 2017 09:02:03 -0400 Received: from us01smtprelay-2.synopsys.com ([198.182.47.9]:55261 "EHLO smtprelay.synopsys.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1763249AbdDSNCC (ORCPT ); Wed, 19 Apr 2017 09:02:02 -0400 Received: from mailhost.synopsys.com (mailhost1.synopsys.com [10.12.238.239]) by smtprelay.synopsys.com (Postfix) with ESMTP id 7318E24E0F51; Wed, 19 Apr 2017 06:02:01 -0700 (PDT) Received: from mailhost.synopsys.com (localhost [127.0.0.1]) by mailhost.synopsys.com (Postfix) with ESMTP id 14253863; Wed, 19 Apr 2017 06:02:01 -0700 (PDT) Received: from lolivei-VirtualBox.internal.synopsys.com (lolivei-840g2.internal.synopsys.com [10.107.19.106]) by mailhost.synopsys.com (Postfix) with ESMTP id D4660829; Wed, 19 Apr 2017 06:01:58 -0700 (PDT) From: Luis Oliveira To: mchehab@kernel.org, gregkh@linuxfoundation.org, rvarsha016@gmail.com, alan@linux.intel.com, arnd@arndb.de, linux-media@vger.kernel.org, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Cc: Luis.Oliveira@synopsys.com Subject: [PATCH] staging: media: atomisp: fix misspelled word in comment Date: Wed, 19 Apr 2017 13:44:28 +0100 Message-Id: X-Mailer: git-send-email 2.11.0 Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP This fix "overrided", the correct past tense form of "override" is "overridden". Signed-off-by: Luis Oliveira --- drivers/staging/media/atomisp/i2c/ov2680.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/media/atomisp/i2c/ov2680.c b/drivers/staging/media/atomisp/i2c/ov2680.c index c08dd0b18fbb..566091035c64 100644 --- a/drivers/staging/media/atomisp/i2c/ov2680.c +++ b/drivers/staging/media/atomisp/i2c/ov2680.c @@ -1122,7 +1122,7 @@ static int ov2680_set_fmt(struct v4l2_subdev *sd, } /*recall flip functions to avoid flip registers - * were overrided by default setting + * were overridden by default setting */ if (h_flag) ov2680_h_flip(sd, h_flag);