diff for duplicates of <49DDCCA6.5080605@fastmail.fm> diff --git a/a/1.txt b/N1/1.txt index 8caa976..e090be5 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -18,6 +18,6 @@ Jack Stone wrote: > - chp_dsc = (struct channelPath_dsc *)ccw_device_get_chp_desc(ccwdev, 0); > + chp_dsc = ccw_device_get_chp_desc(ccwdev, 0); > if (chp_dsc != NULL) { -> /* CHPP field bit 6 = 1 -> single queue */ -> single_queue = ((chp_dsc->chpp & 0x02) = 0x02); +> /* CHPP field bit 6 == 1 -> single queue */ +> single_queue = ((chp_dsc->chpp & 0x02) == 0x02); > diff --git a/a/content_digest b/N1/content_digest index 880bb77..6b05d72 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -16,7 +16,7 @@ "ref\01239189748-11703-43-git-send-email-jwjstone@fastmail.fm\0" "From\0Jack Stone <jwjstone@fastmail.fm>\0" "Subject\0Re: [PATCH 42/56] drivers/s390: Remove void casts\0" - "Date\0Thu, 09 Apr 2009 10:23:34 +0000\0" + "Date\0Thu, 09 Apr 2009 11:23:34 +0100\0" "To\0linux-kernel@vger.kernel.org\0" "Cc\0jeff@garzik.org" kernel-janitors@vger.kernel.org @@ -44,8 +44,8 @@ "> -\tchp_dsc = (struct channelPath_dsc *)ccw_device_get_chp_desc(ccwdev, 0);\n" "> +\tchp_dsc = ccw_device_get_chp_desc(ccwdev, 0);\n" "> \tif (chp_dsc != NULL) {\n" - "> \t\t/* CHPP field bit 6 = 1 -> single queue */\n" - "> \t\tsingle_queue = ((chp_dsc->chpp & 0x02) = 0x02);\n" + "> \t\t/* CHPP field bit 6 == 1 -> single queue */\n" + "> \t\tsingle_queue = ((chp_dsc->chpp & 0x02) == 0x02);\n" > -f6c2292eb12f1301a639ebd3d12099c690857f9aa7a2a6b3a299924189e309ec +734fa4663a3fa025c9286f234be5f6248ddea71fb7ec2ab626a0aad3affd400f
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.