aboutsummaryrefslogtreecommitdiffstats
path: root/builtin
diff options
context:
space:
mode:
authorChandra Pratap <chandrapratap3519@gmail.com>2024-08-21 18:00:58 +0530
committerJunio C Hamano <gitster@pobox.com>2024-08-21 09:41:41 -0700
commitabcddcef3dec6dc898edd30bdc0b20cfde86acb4 (patch)
treefc938c66ae54416ebca03ad4cd038e918a1d3d14 /builtin
parentt-reftable-block: use xstrfmt() instead of xstrdup() (diff)
downloadgit-abcddcef3dec6dc898edd30bdc0b20cfde86acb4.tar.gz
git-abcddcef3dec6dc898edd30bdc0b20cfde86acb4.zip
t-reftable-block: remove unnecessary variable 'j'
Currently, there are two variables for array indices, 'i' and 'j'. The variable 'j' is used only once and can be easily replaced with 'i'. Get rid of 'j' and replace its occurence with 'i'. Mentored-by: Patrick Steinhardt <ps@pks.im> Mentored-by: Christian Couder <chriscool@tuxfamily.org> Signed-off-by: Chandra Pratap <chandrapratap3519@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin')
0 files changed, 0 insertions, 0 deletions
+11 2015-01-26ARM: at91: mark const init data with __initconst instead of __initdataAlexandre Belloni2-2/+2 2015-01-26ARM: at91: fix PM initialization for newer SoCsNicolas Ferre4-1/+30 2015-01-26ARM: at91: fix Kconfig.debug by adding DEBUG_AT91_UART optionNicolas Ferre1-2/+8 2015-01-16ARM: at91: move at91rm9200_idle() to clk/at91/pmc.cAlexandre Belloni3-9/+10 2015-01-16ARM: at91: remove unused at91_init_sramAlexandre Belloni2-22/+0 2015-01-16ARM: at91: sama5d4: remove useless call to at91_init_sramAlexandre Belloni1-1/+0 2015-01-16ARM: at91: remove useless map_ioAlexandre Belloni9-92/+0 2015-01-16ARM: at91: pm: prepare for multiplatformAlexandre Belloni5-21/+78 2015-01-16ARM: at91: pm: add UDP and UHP checks to newer SoCsAlexandre Belloni1-7/+2 2015-01-16ARM: at91: pm: use the mmio-sram pool to access SRAMAlexandre Belloni2-1/+46 2015-01-16ARM: at91: pm: rework cpu detectionAlexandre Belloni1-21/+33 2015-01-15ARM: at91: dts: sama5d3: add ov2640 camera sensor supportJosh Wu2-2/+35 2015-01-15ARM: at91: dts: sama5d3: change name of pinctrl of ISI_MCKJosh Wu1-2/+2 2015-01-15ARM: at91: dts: sama5d3: change name of pinctrl_isi_{power,reset}Josh Wu1-3/+3 2015-01-15ARM: at91: dts: sama5d3: move the isi mck pin to mbBo Shen2-5/+5 2015-01-15ARM: at91: dts: sama5d3: add missing pins of isiBo Shen1-0/+6 2015-01-15ARM: at91: dts: sama5d3: split isi pinctrlBo Shen2-4/+9 2015-01-15ARM: at91: dts: sama5d3: add isi clockJosh Wu1-0/+2 2015-01-15ARM: at91/dt: ethernut5: use at91sam9xe.dtsiAlexandre Belloni1-1/+1 2015-01-15ARM: at91/dt: Add a dtsi for at91sam9xeAlexandre Belloni2-0/+61 2015-01-15ARM: at91/dt: add SRAM nodesAlexandre Belloni11-2/+64 2015-01-15ARM: at91/dt: at91rm9200ek: enable RTCAlexandre Belloni1-0/+4 2015-01-15ARM: at91/dt: rm9200: add RTC nodeAlexandre Belloni1-0/+7 2015-01-15ARM: at91/dt: at91sam9n12: Add RTC nodeAlexandre Belloni1-0/+7 2015-01-15ARM: at91: remove useless at91rm9200_set_type()Alexandre Belloni2-12/+0 2015-01-15ARM: at91: remove useless at91rm9200_dt_initialize()Alexandre Belloni3-9/+1 2015-01-15ARM: at91: move debug-macro.S into the common spaceAlexandre Belloni3-10/+19 2015-01-15ARM: at91: remove useless at91_sysirq_mask_rtxAlexandre Belloni12-150/+1 2015-01-15ARM: at91: remove useless config MACH_AT91SAM9_DTAlexandre Belloni2-6/+1 2015-01-15ARM: at91: remove useless config MACH_AT91RM9200_DTAlexandre Belloni2-4/+1 2015-01-15ARM: at91: remove unused mach/memory.hAlexandre Belloni1-26/+0 2015-01-15ARM: at91: remove useless header file includesBoris Brezillon2-2/+0 2015-01-15ARM: at91: remove unneeded header fileNicolas Ferre1-80/+0 2015-01-15rtc: at91/Kconfig: remove useless optionsNicolas Ferre1-28/+0