timekeeping.txt: Correct maxCount of n-bit binary counter
authorSiddaraju DH <siddarajudh@gmail.com>
Thu, 19 Jul 2018 16:36:51 +0000 (22:06 +0530)
committerJonathan Corbet <corbet@lwn.net>
Mon, 23 Jul 2018 15:33:06 +0000 (09:33 -0600)
commit9e7c758ec4768cf47779dea3cc8452f871f8d07e
treeb18e0f6c0466c0471bcce191c4759ccfd2c560cc
parent701b3a3c0ac42630f74a5efba8545d61ac0e3293
timekeeping.txt: Correct maxCount of n-bit binary counter

A n-bit binary counter can count a maximum of 2^n events and the count
value ranges from 0 to (2^n)-1

Signed-off-by: Siddaraju DH <siddarajudh@gmail.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/timers/timekeeping.txt