Message ID | CAErzpmuxmrJszRz5_SZXPMkdU2UWNHChrnKjnHuCWZYrs4hgTA@mail.gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Fri, Feb 09, 2018 at 11:10:55PM +0800, Donglin Peng wrote: > --- a/sound/soc/soc-core.c > +++ b/sound/soc/soc-core.c > @@ -349,7 +349,7 @@ static void soc_init_codec_debugfs(struct > snd_soc_component *component) > "ASoC: Failed to create codec register debugfs file\n"); Your patch has been corrupted somewhere (probably in your mail client) - there's word wrapping here.
On Mon, Feb 12, 2018 at 3:49 AM, Mark Brown <broonie@kernel.org> wrote: > On Fri, Feb 09, 2018 at 11:10:55PM +0800, Donglin Peng wrote: > >> --- a/sound/soc/soc-core.c >> +++ b/sound/soc/soc-core.c >> @@ -349,7 +349,7 @@ static void soc_init_codec_debugfs(struct >> snd_soc_component *component) >> "ASoC: Failed to create codec register debugfs file\n"); > > Your patch has been corrupted somewhere (probably in your mail client) - > there's word wrapping here. Sorry, I will check it.
On Mon, Feb 12, 2018 at 7:49 PM, Mark Brown <broonie@kernel.org> wrote: > On Fri, Feb 09, 2018 at 11:10:55PM +0800, Donglin Peng wrote: > >> --- a/sound/soc/soc-core.c >> +++ b/sound/soc/soc-core.c >> @@ -349,7 +349,7 @@ static void soc_init_codec_debugfs(struct >> snd_soc_component *component) >> "ASoC: Failed to create codec register debugfs file\n"); > > Your patch has been corrupted somewhere (probably in your mail client) - > there's word wrapping here. Hi Mark, do you know the way to disable gmail word wrap in plain text mode? I find that gmail will force to wrap word at 70 characters in plain text mode. There is a connection error when I use git send-email to send the patch because I am using VPN.
On Wed, Feb 14, 2018 at 4:39 PM, Donglin Peng <dolinux.peng@gmail.com> wrote: > On Mon, Feb 12, 2018 at 7:49 PM, Mark Brown <broonie@kernel.org> wrote: >> On Fri, Feb 09, 2018 at 11:10:55PM +0800, Donglin Peng wrote: > Hi Mark, do you know the way to disable gmail word wrap in plain text mode? > I find that gmail will force to wrap word at 70 characters in plain text mode. > There is a connection error when I use git send-email to send the patch > because I am using VPN. You may use SMTPS port (587 IIRC?) of Gmail to send a patch via git send-email.
On Wed, Feb 14, 2018 at 10:41 PM, Andy Shevchenko <andy.shevchenko@gmail.com> wrote: > On Wed, Feb 14, 2018 at 4:39 PM, Donglin Peng <dolinux.peng@gmail.com> wrote: >> On Mon, Feb 12, 2018 at 7:49 PM, Mark Brown <broonie@kernel.org> wrote: >>> On Fri, Feb 09, 2018 at 11:10:55PM +0800, Donglin Peng wrote: > >> Hi Mark, do you know the way to disable gmail word wrap in plain text mode? >> I find that gmail will force to wrap word at 70 characters in plain text mode. > >> There is a connection error when I use git send-email to send the patch >> because I am using VPN. > > You may use SMTPS port (587 IIRC?) of Gmail to send a patch via git send-email. Thanks, I have sent it just now. > > -- > With Best Regards, > Andy Shevchenko
diff --git a/sound/soc/soc-core.c b/sound/soc/soc-core.c index 96c44f6576c9..f372f34d7702 100644 --- a/sound/soc/soc-core.c +++ b/sound/soc/soc-core.c @@ -349,7 +349,7 @@ static void soc_init_codec_debugfs(struct snd_soc_component *component) "ASoC: Failed to create codec register debugfs file\n"); } -static int codec_list_seq_show(struct seq_file *m, void *v) +static int codec_list_show(struct seq_file *m, void *v) { struct snd_soc_codec *codec;