Skip to content

Commit

Permalink
Coding style fix drivers/serial/icom.h
Browse files Browse the repository at this point in the history
Signed-off-by: Michal Piotrowski <michal.k.k.piotrowski@gmail.com>
Signed-off-by: Adrian Bunk <bunk@kernel.org>
  • Loading branch information
Michal Piotrowski authored and Adrian Bunk committed Feb 3, 2008
1 parent 146f51f commit 78b42c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/serial/icom.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/

#include<linux/serial_core.h>
#include <linux/serial_core.h>

#define BAUD_TABLE_LIMIT ((sizeof(icom_acfg_baud)/sizeof(int)) - 1)
static int icom_acfg_baud[] = {
Expand Down

0 comments on commit 78b42c9

Please sign in to comment.