Re: æèm13297920107çéä

From: Johan Hovold
Date: Tue Jul 17 2018 - 10:29:29 EST


On Tue, Jul 17, 2018 at 09:35:58PM +0800, m13297920107 wrote:
> From dcd3f0aafbd3ac40c0bceb8e9d5941a29a1a5edd Mon Sep 17 00:00:00 2001
> From: Movie Song <MovieSong@xxxxxxxxxxxxx>
> Date: Tue, 17 Jul 2018 21:13:52 +0800
> Subject: [PATCH] This add a new device for ATEN
> Signed-off-by:MovieSong<MovieSong@xxxxxxxxxxxxx>

You're getting closer, but the patch is still whitespace damaged.

Again, try sending the patch to yourself first and make sure you can
apply it with git-am. You can also run checkpatch on the result to catch
some common mistakes.

Please also use a more descriptive commit summary (Subject) by using the
common prefix, for example:

USB: serial: pl2303: add new device id for ATEN

and add a short commit message (which is currently empty).

The link I sent you earlier will show you an example of what the
end-result may look like.

Thanks,
Johan