All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20190528090304.9388-9-daniel.vetter@ffwll.ch>

diff --git a/a/1.txt b/N1/1.txt
index 518ae13..cd9d7f5 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -49,7 +49,7 @@ index 786f9aab55df..5424051c8e1a 100644
 @@ -220,7 +220,7 @@ static void fbcon_rotate(struct fb_info *info, u32 rotate)
  	fb_info = registered_fb[con2fb_map[ops->currcon]];
  
- 	if (info == fb_info) {
+ 	if (info = fb_info) {
 -		struct display *p = &fb_display[ops->currcon];
 +		struct fbcon_display *p = &fb_display[ops->currcon];
  
@@ -107,7 +107,7 @@ index 786f9aab55df..5424051c8e1a 100644
 -static void fbcon_free_font(struct display *p, bool freefont)
 +static void fbcon_free_font(struct fbcon_display *p, bool freefont)
  {
- 	if (freefont && p->userfont && p->fontdata && (--REFCOUNT(p->fontdata) == 0))
+ 	if (freefont && p->userfont && p->fontdata && (--REFCOUNT(p->fontdata) = 0))
  		kfree(p->fontdata - FONT_EXTRA_WORDS * sizeof(int));
 @@ -1215,7 +1215,7 @@ static void set_vc_hi_font(struct vc_data *vc, bool set);
  
@@ -306,7 +306,7 @@ index 786f9aab55df..5424051c8e1a 100644
 +	struct fbcon_display *od = &fb_display[con];
  	struct console_font *f = &vc->vc_font;
  
- 	if (od->fontdata == f->data)
+ 	if (od->fontdata = f->data)
 @@ -2826,7 +2826,7 @@ static void fbcon_scrolldelta(struct vc_data *vc, int lines)
  {
  	struct fb_info *info = registered_fb[con2fb_map[fg_console]];
diff --git a/a/content_digest b/N1/content_digest
index 7e778c8..4ff0193 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -8,7 +8,7 @@
   "Subject\0[PATCH 08/33] fbcon: s/struct display/struct fbcon_display/\0"
 ]
 [
-  "Date\0Tue, 28 May 2019 11:02:39 +0200\0"
+  "Date\0Tue, 28 May 2019 09:02:39 +0000\0"
 ]
 [
   "To\0LKML <linux-kernel\@vger.kernel.org>\0"
@@ -89,7 +89,7 @@
   "\@\@ -220,7 +220,7 \@\@ static void fbcon_rotate(struct fb_info *info, u32 rotate)\n",
   " \tfb_info = registered_fb[con2fb_map[ops->currcon]];\n",
   " \n",
-  " \tif (info == fb_info) {\n",
+  " \tif (info = fb_info) {\n",
   "-\t\tstruct display *p = &fb_display[ops->currcon];\n",
   "+\t\tstruct fbcon_display *p = &fb_display[ops->currcon];\n",
   " \n",
@@ -147,7 +147,7 @@
   "-static void fbcon_free_font(struct display *p, bool freefont)\n",
   "+static void fbcon_free_font(struct fbcon_display *p, bool freefont)\n",
   " {\n",
-  " \tif (freefont && p->userfont && p->fontdata && (--REFCOUNT(p->fontdata) == 0))\n",
+  " \tif (freefont && p->userfont && p->fontdata && (--REFCOUNT(p->fontdata) = 0))\n",
   " \t\tkfree(p->fontdata - FONT_EXTRA_WORDS * sizeof(int));\n",
   "\@\@ -1215,7 +1215,7 \@\@ static void set_vc_hi_font(struct vc_data *vc, bool set);\n",
   " \n",
@@ -346,7 +346,7 @@
   "+\tstruct fbcon_display *od = &fb_display[con];\n",
   " \tstruct console_font *f = &vc->vc_font;\n",
   " \n",
-  " \tif (od->fontdata == f->data)\n",
+  " \tif (od->fontdata = f->data)\n",
   "\@\@ -2826,7 +2826,7 \@\@ static void fbcon_scrolldelta(struct vc_data *vc, int lines)\n",
   " {\n",
   " \tstruct fb_info *info = registered_fb[con2fb_map[fg_console]];\n",
@@ -427,4 +427,4 @@
   "2.20.1"
 ]
 
-c3b88b353a2c2ec430950b453a05baba7be4aaa20b5cc9f56d18861340905633
+4e6f1e09e4061c402042a43f425a48dd0127351454a596ba69c41936f0b9eb35

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.