All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <569E69EB.3010003@synopsys.com>

diff --git a/a/1.txt b/N1/1.txt
index d5081d4..fada340 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -92,17 +92,18 @@ On 19-01-2016 16:03, Carlos Palminha wrote:
 >>>> {
 >>>> struct drm_encoder_slave *slave;
 >>>> const struct drm_encoder_slave_funcs *sfuncs;
->>>> struct arcpgu_drm_connector * con >>>> container_of(connector, struct arcpgu_drm_connector, connector);
+>>>> struct arcpgu_drm_connector * con =
+>>>> container_of(connector, struct arcpgu_drm_connector, connector);
 >>>>
 >>>> slave = con->encoder_slave;
->>>> if(slave = NULL) {
+>>>> if(slave == NULL) {
 >>>> dev_err(connector->dev->dev,
 >>>> "connector_get_modes: cannot find slave encoder for connector\n");
 >>>> return 0;
 >>>> }
 >>>>
 >>>> sfuncs = slave->slave_funcs;
->>>> if(sfuncs->get_modes = NULL){
+>>>> if(sfuncs->get_modes == NULL){
 >>>> return 0;
 >>>> }
 >>>>
@@ -176,3 +177,7 @@ On 19-01-2016 16:03, Carlos Palminha wrote:
 >>>>>
 >>>
 >>
+_______________________________________________
+dri-devel mailing list
+dri-devel@lists.freedesktop.org
+http://lists.freedesktop.org/mailman/listinfo/dri-devel
diff --git a/a/content_digest b/N1/content_digest
index b89ae05..739006c 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -110,17 +110,18 @@
  ">>>> {\n"
  ">>>> struct drm_encoder_slave *slave;\n"
  ">>>> const struct drm_encoder_slave_funcs *sfuncs;\n"
- ">>>> struct arcpgu_drm_connector * con >>>> container_of(connector, struct arcpgu_drm_connector, connector);\n"
+ ">>>> struct arcpgu_drm_connector * con =\n"
+ ">>>> container_of(connector, struct arcpgu_drm_connector, connector);\n"
  ">>>>\n"
  ">>>> slave = con->encoder_slave;\n"
- ">>>> if(slave = NULL) {\n"
+ ">>>> if(slave == NULL) {\n"
  ">>>> dev_err(connector->dev->dev,\n"
  ">>>> \"connector_get_modes: cannot find slave encoder for connector\\n\");\n"
  ">>>> return 0;\n"
  ">>>> }\n"
  ">>>>\n"
  ">>>> sfuncs = slave->slave_funcs;\n"
- ">>>> if(sfuncs->get_modes = NULL){\n"
+ ">>>> if(sfuncs->get_modes == NULL){\n"
  ">>>> return 0;\n"
  ">>>> }\n"
  ">>>>\n"
@@ -193,6 +194,10 @@
  ">>>>>\n"
  ">>>>>\n"
  ">>>\n"
- >>
+ ">>\n"
+ "_______________________________________________\n"
+ "dri-devel mailing list\n"
+ "dri-devel@lists.freedesktop.org\n"
+ http://lists.freedesktop.org/mailman/listinfo/dri-devel
 
-e7b609e7ea4a591695fa5995681a5ff448be4314096628ffcc09a8bf0d92bfc9
+cb3729b4672598fa283e1a08522ec7ebc66bfceb4471e5e4894c678d339e56ba

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.