On 09/06/2018 06:01 PM, Krzysztof Kozlowski wrote: > The patch was not patchwork compatible: > Applying patch #10587863 using 'git am -s' > Description: mini2440 MMC correct write protect detection > Applying: mini2440 MMC correct write protect detection > error: arm/mach-s3c24xx/mach-mini2440.c: does not exist in index My bad, sorry. I didn't read carefully Documentation/process/submitting-patches.rst > > git-am by default expects -p1. > > The preferred and easiest way to generate patches is to use git for your > work and then just: > $ git format-patch -1 > $ scripts/get_maintainer 000* > $ git send-email --to ........ 000* > > (the last commands can be even squashed into one but that is just > optimization). > > If you do not use git, please pay attention to generate proper > applicable patches. I'll stick to git for the next ones. Thanks for the quick tutorial. I'll also try to use the correct prefix in my emails. Best regards, Cédric. > > Best regards, > Krzysztof >