Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1185471 > unrolled thread
| Started by | Joe Perches <joe@perches.com> |
|---|---|
| First post | 2015-07-16 06:00 +0200 |
| Last post | 2015-07-17 09:20 +0200 |
| Articles | 2 — 2 participants |
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] sm750fb: coding style fixes lines over 80 chars Joe Perches <joe@perches.com> - 2015-07-16 06:00 +0200
Re: [PATCH] sm750fb: coding style fixes lines over 80 chars Vinay Simha <simhavcs@gmail.com> - 2015-07-17 09:20 +0200
| From | Joe Perches <joe@perches.com> |
|---|---|
| Date | 2015-07-16 06:00 +0200 |
| Subject | Re: [PATCH] sm750fb: coding style fixes lines over 80 chars |
| Message-ID | <pMIv0-3mF-9@gated-at.bofh.it> |
On Thu, 2015-07-16 at 00:16 +0530, Vinay Simha BN wrote: > scripts/checkpatch.pl kernel coding style fixes of WARNING Please don't be a checkpatch robot. Use tools to prompt your brain, but don't ever turn your brain off. > diff --git a/drivers/staging/sm750fb/ddk750_help.h b/drivers/staging/sm750fb/ddk750_help.h > +/* if 718 big endian turned on,be aware that don't use this driver for general > + use,only for ppc big-endian */ > +#warning "big endian on target cpu and enable nature big endian support of 718 > + capability !" Yes, this if #if 0, but it's also obviously incorrect I didn't look at the rest. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [next] | [standalone]
| From | Vinay Simha <simhavcs@gmail.com> |
|---|---|
| Date | 2015-07-17 09:20 +0200 |
| Message-ID | <pN865-6SK-9@gated-at.bofh.it> |
| In reply to | #1185471 |
#if 0, but it's also obviously incorrect It supposed to be some tag #ifdef CONFIG_** . Could anybody in the loop can reply? i was just checking on style checks. Will skip this file , will take up later On Thu, Jul 16, 2015 at 9:27 AM, Joe Perches <joe@perches.com> wrote: > On Thu, 2015-07-16 at 00:16 +0530, Vinay Simha BN wrote: >> scripts/checkpatch.pl kernel coding style fixes of WARNING > > Please don't be a checkpatch robot. > > Use tools to prompt your brain, but don't ever turn > your brain off. > >> diff --git a/drivers/staging/sm750fb/ddk750_help.h b/drivers/staging/sm750fb/ddk750_help.h > > >> +/* if 718 big endian turned on,be aware that don't use this driver for general >> + use,only for ppc big-endian */ >> +#warning "big endian on target cpu and enable nature big endian support of 718 >> + capability !" > > Yes, this if #if 0, but it's also obviously incorrect > > I didn't look at the rest. > > -- Regards, Vinay Simha.B.N. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web