From patchwork Tue Oct 17 20:02:39 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: ihor.matushchak@foobox.net X-Patchwork-Id: 736061 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id E15CFCDB474 for ; Tue, 17 Oct 2023 20:05:32 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1343689AbjJQUFc (ORCPT ); Tue, 17 Oct 2023 16:05:32 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58932 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235133AbjJQUFO (ORCPT ); Tue, 17 Oct 2023 16:05:14 -0400 Received: from pb-smtp1.pobox.com (pb-smtp1.pobox.com [64.147.108.70]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 635381FF3; Tue, 17 Oct 2023 13:02:48 -0700 (PDT) Received: from pb-smtp1.pobox.com (unknown [127.0.0.1]) by pb-smtp1.pobox.com (Postfix) with ESMTP id 31BAA1B836D; Tue, 17 Oct 2023 16:02:46 -0400 (EDT) (envelope-from ihor.matushchak@foobox.net) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=pobox.com; h=from:to:cc :subject:date:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; s=sasl; bh=6GcGXTgpZ+yE 9Awpf0mhf0gPRO2d2AKCVMIkXY0Dv40=; b=stXLzBvumJLPKOoNUvnIrYXUVrG1 p2+KfsiZHotkwolQHtzVp1HLPCmDAful07VB+Ie0gEcbmVkU4HDmeb+S2uSwcNX4 8hSweQDNKIsaZ8kAnpUheL1PgdVfifGn/xmfsah62luJ+YrXrK2v+2p4IAZNQTn4 4/1y8lrg1T1bKKc= Received: from pb-smtp1.nyi.icgroup.com (unknown [127.0.0.1]) by pb-smtp1.pobox.com (Postfix) with ESMTP id 28F1E1B836C; Tue, 17 Oct 2023 16:02:46 -0400 (EDT) (envelope-from ihor.matushchak@foobox.net) Received: from raspberrypi.telekom.ip (unknown [84.115.221.168]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pb-smtp1.pobox.com (Postfix) with ESMTPSA id 9EACD1B836B; Tue, 17 Oct 2023 16:02:44 -0400 (EDT) (envelope-from ihor.matushchak@foobox.net) From: ihor.matushchak@foobox.net To: niklas.soderlund@ragnatech.se Cc: mchehab@kernel.org, gregkh@linuxfoundation.org, linux-media@vger.kernel.org, linux-staging@lists.linux.dev, linux-kernel@vger.kernel.org, ihor.matushchak@foobox.net Subject: [PATCH] media: staging: max96712: Fix device name in description Date: Tue, 17 Oct 2023 21:02:39 +0100 Message-Id: <11a00300c76df12c13adabfc71111607619a49f9.1697572799.git.ihor.matushchak@foobox.net> X-Mailer: git-send-email 2.30.2 In-Reply-To: References: MIME-Version: 1.0 X-Pobox-Relay-ID: 23644576-6D28-11EE-A7EF-78DCEB2EC81B-19565117!pb-smtp1.pobox.com Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org From: Ihor Matushchak Fix the device model name in driver description, which appears to be a copy-paste error. Signed-off-by: Ihor Matushchak --- drivers/staging/media/max96712/max96712.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/media/max96712/max96712.c b/drivers/staging/media/max96712/max96712.c index c44145284aa1..ea67bcf69c9d 100644 --- a/drivers/staging/media/max96712/max96712.c +++ b/drivers/staging/media/max96712/max96712.c @@ -1,6 +1,6 @@ // SPDX-License-Identifier: GPL-2.0 /* - * Maxim MAX9286 Quad GMSL2 Deserializer Driver + * Maxim MAX96712 Quad GMSL2 Deserializer Driver * * Copyright (C) 2021 Renesas Electronics Corporation * Copyright (C) 2021 Niklas Söderlund