All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <4C2A36C6.3020101@microgate.com>

diff --git a/a/1.txt b/N1/1.txt
index 907e678..7162afe 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -12,7 +12,8 @@ On 6/28/2010 5:54 AM, Kulikov Vasiliy wrote:
 > +++ b/drivers/char/synclink_gt.c
 > @@ -4845,7 +4845,7 @@ static int register_test(struct slgt_info *info)
 >  {
->  	static unsigned short patterns[] >  		{0x0000, 0xffff, 0xaaaa, 0x5555, 0x6969, 0x9696};
+>  	static unsigned short patterns[] =
+>  		{0x0000, 0xffff, 0xaaaa, 0x5555, 0x6969, 0x9696};
 > -	static unsigned int count = sizeof(patterns)/sizeof(patterns[0]);
 > +	static unsigned int count = ARRAY_SIZE(patterns);
 >  	unsigned int i;
diff --git a/a/content_digest b/N1/content_digest
index b59b676..ebaadef 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,7 +1,7 @@
  "ref\01277726089-24467-1-git-send-email-segooon@gmail.com\0"
  "From\0Paul Fulghum <paulkf@microgate.com>\0"
  "Subject\0Re: [PATCH 02/16] trivial: use ARRAY_SIZE\0"
- "Date\0Tue, 29 Jun 2010 18:09:10 +0000\0"
+ "Date\0Tue, 29 Jun 2010 12:09:10 -0600\0"
  "To\0Kulikov Vasiliy <segooon@gmail.com>\0"
  "Cc\0trivial@kernel.org"
   Kernel Janitors <kernel-janitors@vger.kernel.org>
@@ -25,7 +25,8 @@
  "> +++ b/drivers/char/synclink_gt.c\n"
  "> @@ -4845,7 +4845,7 @@ static int register_test(struct slgt_info *info)\n"
  ">  {\n"
- ">  \tstatic unsigned short patterns[] >  \t\t{0x0000, 0xffff, 0xaaaa, 0x5555, 0x6969, 0x9696};\n"
+ ">  \tstatic unsigned short patterns[] =\n"
+ ">  \t\t{0x0000, 0xffff, 0xaaaa, 0x5555, 0x6969, 0x9696};\n"
  "> -\tstatic unsigned int count = sizeof(patterns)/sizeof(patterns[0]);\n"
  "> +\tstatic unsigned int count = ARRAY_SIZE(patterns);\n"
  ">  \tunsigned int i;\n"
@@ -40,4 +41,4 @@
  "Paul Fulghum\n"
  MicroGate Systems, Ltd.
 
-985b4d26619299a5d1724132fac6ed6f8dca74d5b6a8914febd6423e7e539632
+9fec404aafd3db9b80dd687c07c2d858c0f3ae90600ac944cd306dd1626a7043

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.