From 75ee3c49f8fd8ed4901b4b45f8ce4aadc8b41f40 Mon Sep 17 00:00:00 2001 From: Matthias Schwarzott Date: Mon, 8 Jan 2024 17:57:14 +0100 Subject: [PATCH] media: zl10036: Fix my email address It has been wrong from the beginning. Signed-off-by: Matthias Schwarzott Reported-by: Ulrich Mueller Signed-off-by: Hans Verkuil --- drivers/media/dvb-frontends/zl10036.c | 2 +- drivers/media/dvb-frontends/zl10036.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/media/dvb-frontends/zl10036.c b/drivers/media/dvb-frontends/zl10036.c index 7ba575e9c55f4..3df055be66d6c 100644 --- a/drivers/media/dvb-frontends/zl10036.c +++ b/drivers/media/dvb-frontends/zl10036.c @@ -3,7 +3,7 @@ * Driver for Zarlink zl10036 DVB-S silicon tuner * * Copyright (C) 2006 Tino Reichardt - * Copyright (C) 2007-2009 Matthias Schwarzott + * Copyright (C) 2007-2009 Matthias Schwarzott * ** * The data sheet for this tuner can be found at: diff --git a/drivers/media/dvb-frontends/zl10036.h b/drivers/media/dvb-frontends/zl10036.h index ad83e6344e7fd..23c2964a928c4 100644 --- a/drivers/media/dvb-frontends/zl10036.h +++ b/drivers/media/dvb-frontends/zl10036.h @@ -3,7 +3,7 @@ * Driver for Zarlink ZL10036 DVB-S silicon tuner * * Copyright (C) 2006 Tino Reichardt - * Copyright (C) 2007-2009 Matthias Schwarzott + * Copyright (C) 2007-2009 Matthias Schwarzott */ #ifndef DVB_ZL10036_H -- 2.30.2