Skip to content
Snippets Groups Projects
Commit c91aa55e authored by Alexander Beregalov's avatar Alexander Beregalov Committed by David S. Miller
Browse files

pcmcia: ncmlan_cs: remove odd bracket

parent 569b7892
No related branches found
No related tags found
No related merge requests found
...@@ -1402,7 +1402,6 @@ static void BuildLAF(int *ladrf, int *adr) ...@@ -1402,7 +1402,6 @@ static void BuildLAF(int *ladrf, int *adr)
for (i = 0; i < 8; i++) for (i = 0; i < 8; i++)
printk(KERN_CONT " %02X", ladrf[i]); printk(KERN_CONT " %02X", ladrf[i]);
printk(KERN_CONT "\n"); printk(KERN_CONT "\n");
}
#endif #endif
} /* BuildLAF */ } /* BuildLAF */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment