* [PATCH] Staging: ft1000: ft1000-pcmcia: Fix line over 80 characters
@ 2015-02-26 19:47 Yeliz Taneroglu
2015-02-26 20:07 ` [Outreachy kernel] " Arnd Bergmann
0 siblings, 1 reply; 2+ messages in thread
From: Yeliz Taneroglu @ 2015-02-26 19:47 UTC (permalink / raw)
To: outreachy-kernel; +Cc: Yeliz Taneroglu
Fix checkpatch.pl issues with line over 80 characters in ft1000_cs.c
Signed-off-by: Yeliz Taneroglu <yeliztaneroglu@gmail.com>
---
drivers/staging/ft1000/ft1000-pcmcia/ft1000_cs.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/ft1000/ft1000-pcmcia/ft1000_cs.c b/drivers/staging/ft1000/ft1000-pcmcia/ft1000_cs.c
index 922478e..f71305b 100644
--- a/drivers/staging/ft1000/ft1000-pcmcia/ft1000_cs.c
+++ b/drivers/staging/ft1000/ft1000-pcmcia/ft1000_cs.c
@@ -24,7 +24,7 @@
License along with this program; if not, write to the
Free Software Foundation, Inc., 59 Temple Place -
Suite 330, Boston, MA 02111-1307, USA.
- -----------------------------------------------------------------------------*/
+ ----------------------------------------------------------------------------*/
#include <linux/kernel.h>
#include <linux/module.h>
--
1.8.3.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [Outreachy kernel] [PATCH] Staging: ft1000: ft1000-pcmcia: Fix line over 80 characters
2015-02-26 19:47 [PATCH] Staging: ft1000: ft1000-pcmcia: Fix line over 80 characters Yeliz Taneroglu
@ 2015-02-26 20:07 ` Arnd Bergmann
0 siblings, 0 replies; 2+ messages in thread
From: Arnd Bergmann @ 2015-02-26 20:07 UTC (permalink / raw)
To: outreachy-kernel; +Cc: Yeliz Taneroglu
On Thursday 26 February 2015 21:47:40 Yeliz Taneroglu wrote:
> License along with this program; if not, write to the
> Free Software Foundation, Inc., 59 Temple Place -
> Suite 330, Boston, MA 02111-1307, USA.
> - -----------------------------------------------------------------------------*/
> + ----------------------------------------------------------------------------*/
>
>
Better just drop the line, or convert the entire comment block into
standard format as documented in Documentation/CodingStyle.
Also, the address above is wrong because the FSF has moved. As the address
is not part of the license, just drop that paragraph like we did in a
lot of other files to avoid updating it in the future.
Arnd
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-02-26 20:07 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-26 19:47 [PATCH] Staging: ft1000: ft1000-pcmcia: Fix line over 80 characters Yeliz Taneroglu
2015-02-26 20:07 ` [Outreachy kernel] " Arnd Bergmann
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.