From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-19.7 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_GIT autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 95338C433ED for ; Mon, 3 May 2021 17:07:16 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 6B6B161073 for ; Mon, 3 May 2021 17:07:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236007AbhECRFh (ORCPT ); Mon, 3 May 2021 13:05:37 -0400 Received: from mail.kernel.org ([198.145.29.99]:43040 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234793AbhECQyy (ORCPT ); Mon, 3 May 2021 12:54:54 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id CC18B6193D; Mon, 3 May 2021 16:42:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1620060138; bh=TGnB09hAp/OvJkjaNGH9MPChVVbZkr26Bz5yspJ/3XQ=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=sHEoA/zhGef+F00E16HypuHi0rw1jKyy3Sk2M8mN5DCE1ZRFhi+sTiEdpSZvSZi+H qo88Wu2s2DFPvhbJAC+xewYm7t9Ju+yXaNDtrSkwRnhBBrojwywp9RGPFQAwD+asHR PAMQ2fPVjDFinZWuhR+46Ik+l+ZNLpkDqHg7cPQSf6dUw43+8S26qXIIItiEJfmGcw CYnhXw8SKr/o+wdbzhum6HqbfC2hAlGckZl/Q5T3v3QtHPZWHtX6dSZgb9x9D6zXh4 2P0RpjjqmKhHu/KbBmGww/N1ezpSf7Vsf0gVouDjEu01Uloo+s8MHyXXIWgtEE4zvp gX4hNp0yxR06w== From: Sasha Levin To: linux-kernel@vger.kernel.org, stable@vger.kernel.org Cc: Bhaskar Chowdhury , Randy Dunlap , Hans Verkuil , Mauro Carvalho Chehab , Sasha Levin , linux-media@vger.kernel.org Subject: [PATCH AUTOSEL 4.14 09/31] media: pci: saa7164: Rudimentary spelling fixes in the file saa7164-types.h Date: Mon, 3 May 2021 12:41:42 -0400 Message-Id: <20210503164204.2854178-9-sashal@kernel.org> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20210503164204.2854178-1-sashal@kernel.org> References: <20210503164204.2854178-1-sashal@kernel.org> MIME-Version: 1.0 X-stable: review X-Patchwork-Hint: Ignore Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Bhaskar Chowdhury [ Upstream commit 4b19f9716ad89af51f07f9b611aabfd5fd80c625 ] s/structues/structures/ s/decies/decides/ Signed-off-by: Bhaskar Chowdhury Acked-by: Randy Dunlap Signed-off-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab Signed-off-by: Sasha Levin --- drivers/media/pci/saa7164/saa7164-types.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/media/pci/saa7164/saa7164-types.h b/drivers/media/pci/saa7164/saa7164-types.h index ae241103b261..6572bc313f96 100644 --- a/drivers/media/pci/saa7164/saa7164-types.h +++ b/drivers/media/pci/saa7164/saa7164-types.h @@ -17,7 +17,7 @@ /* TODO: Cleanup and shorten the namespace */ -/* Some structues are passed directly to/from the firmware and +/* Some structures are passed directly to/from the firmware and * have strict alignment requirements. This is one of them. */ struct tmComResHWDescr { @@ -38,7 +38,7 @@ struct tmComResHWDescr { /* This is DWORD aligned on windows but I can't find the right * gcc syntax to match the binary data from the device. * I've manually padded with Reserved[3] bytes to match the hardware, - * but this could break if GCC decies to pack in a different way. + * but this could break if GCC decides to pack in a different way. */ struct tmComResInterfaceDescr { u8 bLength; -- 2.30.2