提交 f049a526 编写于 作者: S Sudip Mukherjee 提交者: Greg Kroah-Hartman

staging: sm7xxfb: fix alignment

checkpatch cleanup: alignment should match open parenthesis
Signed-off-by: NSudip Mukherjee <sudip@vectorindia.org>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 f64ac7de
...@@ -509,7 +509,7 @@ static void sm7xx_set_timing(struct smtcfb_info *sfb) ...@@ -509,7 +509,7 @@ static void sm7xx_set_timing(struct smtcfb_info *sfb)
(i + 0x30) != 0x6a && (i + 0x30) != 0x6a &&
(i + 0x30) != 0x6b) (i + 0x30) != 0x6b)
smtc_seqw(i + 0x30, smtc_seqw(i + 0x30,
VGAMode[j].Init_SR30_SR75[i]); VGAMode[j].Init_SR30_SR75[i]);
/* init SEQ register SR80 - SR93 */ /* init SEQ register SR80 - SR93 */
for (i = 0; i < SIZE_SR80_SR93; i++) for (i = 0; i < SIZE_SR80_SR93; i++)
...@@ -720,7 +720,7 @@ static void smtc_unmap_mmio(struct smtcfb_info *sfb) ...@@ -720,7 +720,7 @@ static void smtc_unmap_mmio(struct smtcfb_info *sfb)
*/ */
static int smtc_map_smem(struct smtcfb_info *sfb, static int smtc_map_smem(struct smtcfb_info *sfb,
struct pci_dev *pdev, u_long smem_len) struct pci_dev *pdev, u_long smem_len)
{ {
sfb->fb.fix.smem_start = pci_resource_start(pdev, 0); sfb->fb.fix.smem_start = pci_resource_start(pdev, 0);
...@@ -764,7 +764,7 @@ static inline void sm7xx_init_hw(void) ...@@ -764,7 +764,7 @@ static inline void sm7xx_init_hw(void)
} }
static int smtcfb_pci_probe(struct pci_dev *pdev, static int smtcfb_pci_probe(struct pci_dev *pdev,
const struct pci_device_id *ent) const struct pci_device_id *ent)
{ {
struct smtcfb_info *sfb; struct smtcfb_info *sfb;
u_long smem_size = 0x00800000; /* default 8MB */ u_long smem_size = 0x00800000; /* default 8MB */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册