On Sun, Jul 21, 2024 at 01:43:37PM +0900, 문연수 wrote: > 2024년 7월 21일 (일) 오후 1:06, Moon Yeounsu <yyyynoom@xxxxxxxxx>님이 작성: > > From: Moon Yeounsu <yyyynoom@xxxxxxxxx> > > > > It fix the following checkpatch.pl warning: > > Avoid multiple line dereference - prefer %s > > > > Suggested-by: Dan Carpenter <dan.carpenter@xxxxxxxxxx> > > Signed-off-by: Moon Yeounsu <yyyynoom@xxxxxxxxx> > > --- > > v2: Fix email address and checkpatch.pl warning > > v3: Fix incorrect commit index, start with new thread for new version of patch, > > place notes below the cutoff line, provide appropriate CC, > > include 'Suggested-by' sign for those who gives good guideline. The "Suggested-by:" thingy is for patch idea, not for "guideline". Have a look at Documentation/process/submitting-patches.rst. ... > Sorry and thank you to all of the reviewers and maintainers who take > care of my patch. > I make a new problem... I think I check my patch and email over and > over and over. > but, again, I sent the patch incorrectly. The body of the patch > contains improper content, > and also sends the email as my nickname, not a real name. > > Sorry for making spam and taking your invaluable time. > Next time, I'll send a right and valuable patch. Oh no worry, I'm sure people are happy to help. Linux's email-based workflow is not the easiest to get right. If you worry about "making spam", you could send the patch to yourself and try "git am" the email. If it works then send it out for real. Good luck, Nam