forked from Minki/linux
staging: ft1000: change ft1000-download.c header to /* */ comment style
Coding style requires that comments use the standard /* */ style instead of C99 style. Also removed author comment from a previous contributor Signed-off-by: Kelley Nielsen <kelleynnn@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
f222c70ccf
commit
89a03d3662
@ -1,12 +1,8 @@
|
||||
//=====================================================
|
||||
// CopyRight (C) 2007 Qualcomm Inc. All Rights Reserved.
|
||||
//
|
||||
//
|
||||
// This file is part of Express Card USB Driver
|
||||
//
|
||||
// $Id:
|
||||
//====================================================
|
||||
// 20090926; aelias; removed compiler warnings; ubuntu 9.04; 2.6.28-15-generic
|
||||
/*
|
||||
* CopyRight (C) 2007 Qualcomm Inc. All Rights Reserved.
|
||||
*
|
||||
* This file is part of Express Card USB Driver
|
||||
*/
|
||||
|
||||
#include <linux/init.h>
|
||||
#include <linux/kernel.h>
|
||||
|
Loading…
Reference in New Issue
Block a user