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 A7C0EC43461 for ; Mon, 3 May 2021 16:57:44 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 7CB1661283 for ; Mon, 3 May 2021 16:57:44 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231786AbhECQ6g (ORCPT ); Mon, 3 May 2021 12:58:36 -0400 Received: from mail.kernel.org ([198.145.29.99]:43554 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235350AbhECQ4S (ORCPT ); Mon, 3 May 2021 12:56:18 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 88A4061462; Mon, 3 May 2021 16:43:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1620060217; bh=Hrpj+fCYf26LzFV3HPho1tE+jS8OQqakpi7z0M9cnBA=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=rWi1KzV6AivJwiO2kpslIgRZGA180BIa9MwTHjSL007FHbdZLyqpuLZeHk8K8GZX9 rWcVydg6P+HTN9JS+cMR3xSvkZXVFDSRS1NLKgyh1eKSsoSjd9byFBZc6AX+4IKy82 1jHz9Dl7YMat5Wdvf87+mViO6WR6l1ZQmnqHujdpKOUUXZ4pYgLheTRRYHx4CvHU0F +i8u+jGHmui5mBMuaFq3PoOOP4HHSmP9YsEr0NlQ6Rypw0RYqQ4G8Lr6XQvC0X/xON I2wxJdotHnekQ3H1qSDUAa4YMNMLK2ZjvHetu/XpT9uksfzN0B42bhwjc0i8wxJ1Eg l8N+S60mSit+g== 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.4 05/16] media: pci: saa7164: Rudimentary spelling fixes in the file saa7164-types.h Date: Mon, 3 May 2021 12:43:18 -0400 Message-Id: <20210503164329.2854739-5-sashal@kernel.org> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20210503164329.2854739-1-sashal@kernel.org> References: <20210503164329.2854739-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: stable@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 1efba6c64ebf..5f3fc64d5efc 100644 --- a/drivers/media/pci/saa7164/saa7164-types.h +++ b/drivers/media/pci/saa7164/saa7164-types.h @@ -21,7 +21,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 { @@ -42,7 +42,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