Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1169376 > unrolled thread
| Started by | Juston Li <juston.h.li@gmail.com> |
|---|---|
| First post | 2015-06-20 17:50 +0200 |
| Last post | 2015-06-20 17:50 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: [PATCH 1/4] staging: sm750fb: use tabs for indentation Juston Li <juston.h.li@gmail.com> - 2015-06-20 17:50 +0200
| From | Juston Li <juston.h.li@gmail.com> |
|---|---|
| Date | 2015-06-20 17:50 +0200 |
| Subject | Re: [PATCH 1/4] staging: sm750fb: use tabs for indentation |
| Message-ID | <pDtbQ-28d-9@gated-at.bofh.it> |
My apologies, I thought I removed all of those. Fixed for real this time, resending. Regards Juston On Sat, Jun 20, 2015 at 3:45 AM, Sudip Mukherjee <sudipm.mukherjee@gmail.com> wrote: > On Sat, Jun 20, 2015 at 01:48:32AM -0700, Juston Li wrote: >> Replace spaces with tabs for indentation to fix the checkpatch.pl error >> ERROR: code indent should use tabs where possible >> WARNING: please, no spaces at the start of a line >> >> Signed-off-by: Juston Li <juston.h.li@gmail.com> >> --- > <snip> >> diff --git a/drivers/staging/sm750fb/ddk750_sii164.c b/drivers/staging/sm750fb/ddk750_sii164.c >> index b6395b8..c09748c 100644 >> --- a/drivers/staging/sm750fb/ddk750_sii164.c >> +++ b/drivers/staging/sm750fb/ddk750_sii164.c > <snip> >> >> @@ -279,27 +279,25 @@ char *sii164GetChipString(void) >> * Input: >> * powerUp - Flag to set the power down or up >> */ >> -void sii164SetPower( >> - unsigned char powerUp >> -) >> +void sii164SetPower(unsigned char powerUp) > is it that same patch again? different kind of change should go in a separate patch. > > regards > sudip -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in Please read the FAQ at http://www.tux.org/lkml/
Back to top | Article view | linux.kernel
csiph-web