diff for duplicates of <4B69FA7C.9040309@gmx.de> diff --git a/a/1.txt b/N1/1.txt index 9fe0ee3..53a7396 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -31,7 +31,8 @@ Florian Tobias Schandinat > +++ b/drivers/video/via/dvi.c > @@ -467,8 +467,8 @@ static int dvi_get_panel_size_from_DDCv1(void) > default: -> viaparinfo->tmds_setting_info->dvi_panel_size > VIA_RES_1024X768; +> viaparinfo->tmds_setting_info->dvi_panel_size = +> VIA_RES_1024X768; > - DEBUG_MSG(KERN_INFO "Unknown panel size max resolution = %d !\ > - set default panel size.\n", max_h); > + DEBUG_MSG(KERN_INFO "Unknown panel size max resolution = %d ! " @@ -41,7 +42,8 @@ Florian Tobias Schandinat > > @@ -534,8 +534,8 @@ static int dvi_get_panel_size_from_DDCv2(void) > default: -> viaparinfo->tmds_setting_info->dvi_panel_size > VIA_RES_1024X768; +> viaparinfo->tmds_setting_info->dvi_panel_size = +> VIA_RES_1024X768; > - DEBUG_MSG(KERN_INFO "Unknown panel size max resolution = %d!\ > - set default panel size.\n", HSize); > + DEBUG_MSG(KERN_INFO "Unknown panel size max resolution = %d! " @@ -55,23 +57,26 @@ Florian Tobias Schandinat > +++ b/drivers/video/via/lcd.c > @@ -171,13 +171,13 @@ static bool lvds_identify_integratedlvds(void) > if (viaparinfo->chip_info->lvds_chip_info.lvds_chip_name) { -> viaparinfo->chip_info->lvds_chip_info2.lvds_chip_name > INTEGRATED_LVDS; +> viaparinfo->chip_info->lvds_chip_info2.lvds_chip_name = +> INTEGRATED_LVDS; > - DEBUG_MSG(KERN_INFO "Support two dual channel LVDS!\ > - (Internal LVDS + External LVDS)\n"); > + DEBUG_MSG(KERN_INFO "Support two dual channel LVDS! " > + "(Internal LVDS + External LVDS)\n"); > } else { -> viaparinfo->chip_info->lvds_chip_info.lvds_chip_name > INTEGRATED_LVDS; +> viaparinfo->chip_info->lvds_chip_info.lvds_chip_name = +> INTEGRATED_LVDS; > - DEBUG_MSG(KERN_INFO "Not found external LVDS,\ > - so can't support two dual channel LVDS!\n"); > + DEBUG_MSG(KERN_INFO "Not found external LVDS, " > + "so can't support two dual channel LVDS!\n"); > } -> } else if (viafb_display_hardware_layout = HW_LAYOUT_LCD1_LCD2) { +> } else if (viafb_display_hardware_layout == HW_LAYOUT_LCD1_LCD2) { > /* Two single channel LCD (Internal LVDS + Internal LVDS): */ > @@ -185,8 +185,8 @@ static bool lvds_identify_integratedlvds(void) > INTEGRATED_LVDS; -> viaparinfo->chip_info->lvds_chip_info2.lvds_chip_name > INTEGRATED_LVDS; +> viaparinfo->chip_info->lvds_chip_info2.lvds_chip_name = +> INTEGRATED_LVDS; > - DEBUG_MSG(KERN_INFO "Support two single channel LVDS!\ > - (Internal LVDS + Internal LVDS)\n"); > + DEBUG_MSG(KERN_INFO "Support two single channel LVDS! " diff --git a/a/content_digest b/N1/content_digest index dd14cc9..d490b90 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,7 +2,7 @@ "ref\04affbba1523b0cc13bb02f309e3091a29a6ccf6a.1265095094.git.joe@perches.com\0" "From\0Florian Tobias Schandinat <FlorianSchandinat@gmx.de>\0" "Subject\0Re: [PATCH 09/10] drivers/video/via: Fix continuation line formats\0" - "Date\0Wed, 03 Feb 2010 22:36:44 +0000\0" + "Date\0Wed, 03 Feb 2010 23:36:44 +0100\0" "To\0Joe Perches <joe@perches.com>\0" "Cc\0linux-kernel@vger.kernel.org" Joseph Chan <JosephChan@via.com.tw> @@ -44,7 +44,8 @@ "> +++ b/drivers/video/via/dvi.c\n" "> @@ -467,8 +467,8 @@ static int dvi_get_panel_size_from_DDCv1(void)\n" "> \tdefault:\n" - "> \t\tviaparinfo->tmds_setting_info->dvi_panel_size > \t\t\tVIA_RES_1024X768;\n" + "> \t\tviaparinfo->tmds_setting_info->dvi_panel_size =\n" + "> \t\t\tVIA_RES_1024X768;\n" "> -\t\tDEBUG_MSG(KERN_INFO \"Unknown panel size max resolution = %d !\\\n" "> -\t\t\t\t\t set default panel size.\\n\", max_h);\n" "> +\t\tDEBUG_MSG(KERN_INFO \"Unknown panel size max resolution = %d ! \"\n" @@ -54,7 +55,8 @@ "> \n" "> @@ -534,8 +534,8 @@ static int dvi_get_panel_size_from_DDCv2(void)\n" "> \tdefault:\n" - "> \t\tviaparinfo->tmds_setting_info->dvi_panel_size > \t\t\tVIA_RES_1024X768;\n" + "> \t\tviaparinfo->tmds_setting_info->dvi_panel_size =\n" + "> \t\t\tVIA_RES_1024X768;\n" "> -\t\tDEBUG_MSG(KERN_INFO \"Unknown panel size max resolution = %d!\\\n" "> -\t\t\t\t\tset default panel size.\\n\", HSize);\n" "> +\t\tDEBUG_MSG(KERN_INFO \"Unknown panel size max resolution = %d! \"\n" @@ -68,23 +70,26 @@ "> +++ b/drivers/video/via/lcd.c\n" "> @@ -171,13 +171,13 @@ static bool lvds_identify_integratedlvds(void)\n" "> \t\tif (viaparinfo->chip_info->lvds_chip_info.lvds_chip_name) {\n" - "> \t\t\tviaparinfo->chip_info->lvds_chip_info2.lvds_chip_name > \t\t\t INTEGRATED_LVDS;\n" + "> \t\t\tviaparinfo->chip_info->lvds_chip_info2.lvds_chip_name =\n" + "> \t\t\t INTEGRATED_LVDS;\n" "> -\t\t\tDEBUG_MSG(KERN_INFO \"Support two dual channel LVDS!\\\n" "> -\t\t\t\t (Internal LVDS + External LVDS)\\n\");\n" "> +\t\t\tDEBUG_MSG(KERN_INFO \"Support two dual channel LVDS! \"\n" "> +\t\t\t\t \"(Internal LVDS + External LVDS)\\n\");\n" "> \t\t} else {\n" - "> \t\t\tviaparinfo->chip_info->lvds_chip_info.lvds_chip_name > \t\t\t INTEGRATED_LVDS;\n" + "> \t\t\tviaparinfo->chip_info->lvds_chip_info.lvds_chip_name =\n" + "> \t\t\t INTEGRATED_LVDS;\n" "> -\t\t\tDEBUG_MSG(KERN_INFO \"Not found external LVDS,\\\n" "> -\t\t\t\t so can't support two dual channel LVDS!\\n\");\n" "> +\t\t\tDEBUG_MSG(KERN_INFO \"Not found external LVDS, \"\n" "> +\t\t\t\t \"so can't support two dual channel LVDS!\\n\");\n" "> \t\t}\n" - "> \t} else if (viafb_display_hardware_layout = HW_LAYOUT_LCD1_LCD2) {\n" + "> \t} else if (viafb_display_hardware_layout == HW_LAYOUT_LCD1_LCD2) {\n" "> \t\t/* Two single channel LCD (Internal LVDS + Internal LVDS): */\n" "> @@ -185,8 +185,8 @@ static bool lvds_identify_integratedlvds(void)\n" "> \t\tINTEGRATED_LVDS;\n" - "> \t\tviaparinfo->chip_info->lvds_chip_info2.lvds_chip_name > \t\t\tINTEGRATED_LVDS;\n" + "> \t\tviaparinfo->chip_info->lvds_chip_info2.lvds_chip_name =\n" + "> \t\t\tINTEGRATED_LVDS;\n" "> -\t\tDEBUG_MSG(KERN_INFO \"Support two single channel LVDS!\\\n" "> -\t\t\t (Internal LVDS + Internal LVDS)\\n\");\n" "> +\t\tDEBUG_MSG(KERN_INFO \"Support two single channel LVDS! \"\n" @@ -93,4 +98,4 @@ "> \t\t/* If we have found external LVDS, just use it,\n" "> \t\t otherwise, we will use internal LVDS as default. */" -8b3191b542404d815b779410cf8af9ed25ec5bfbbd599b9ed227691d28c10d5e +10e1c5a3500027efd590dfe77a11f77eed2b91b986faaa6a13bb53d50d46b5c2
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.